mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-octave/control: new package, add 3.4.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
53
dev-octave/control/files/control-lapack-3.10.0.patch
Normal file
53
dev-octave/control/files/control-lapack-3.10.0.patch
Normal file
@@ -0,0 +1,53 @@
|
||||
Description: Skip tests that fail with lapack 3.10.0
|
||||
Author: Sébastien Villemot <sebastien@debian.org>
|
||||
Bug: https://savannah.gnu.org/bugs/?61205
|
||||
Last-Update: 2021-09-22
|
||||
--- a/inst/btaconred.m
|
||||
+++ b/inst/btaconred.m
|
||||
@@ -277,5 +277,5 @@ endfunction
|
||||
%! Mo = [Ao, Bo; Co, Do];
|
||||
%! Me = [Ae, Be; Ce, De];
|
||||
%!
|
||||
-%!assert (Mo, Me, 1e-4);
|
||||
+%!xtest assert (Mo, Me, 1e-4);
|
||||
%!assert (Info.hsvc, HSVCe, 1e-4);
|
||||
--- a/inst/btamodred.m
|
||||
+++ b/inst/btamodred.m
|
||||
@@ -300,5 +300,5 @@ endfunction
|
||||
%! Mo = [Ao, Bo; Co, Do];
|
||||
%! Me = [Ae, Be; Ce, De];
|
||||
%!
|
||||
-%!assert (Mo, Me, 1e-4);
|
||||
+%!xtest assert (Mo, Me, 1e-4);
|
||||
%!assert (Info.hsv, HSVe, 1e-4);
|
||||
--- a/inst/moen4.m
|
||||
+++ b/inst/moen4.m
|
||||
@@ -3028,7 +3028,7 @@ endfunction
|
||||
%! De = [ -0.4997 0.0451
|
||||
%! -1.0011 -0.5567 ];
|
||||
%!
|
||||
-%!assert (SYS.A, Ae, 1e-4);
|
||||
-%!assert (SYS.B, Be, 1e-4);
|
||||
-%!assert (SYS.C, Ce, 1e-4);
|
||||
+%!xtest assert (SYS.A, Ae, 1e-4);
|
||||
+%!xtest assert (SYS.B, Be, 1e-4);
|
||||
+%!xtest assert (SYS.C, Ce, 1e-4);
|
||||
%!assert (SYS.D, De, 1e-4);
|
||||
--- a/inst/hnamodred.m
|
||||
+++ b/inst/hnamodred.m
|
||||
@@ -465,5 +465,5 @@ endfunction
|
||||
%! Mo = [Ao, Bo; Co, Do];
|
||||
%! Me = [Ae, Be; Ce, De];
|
||||
%!
|
||||
-%!assert (Mo, Me, 1e-4);
|
||||
+%!xtest assert (Mo, Me, 1e-4);
|
||||
%!assert (Info.hsv, HSVe, 1e-4);
|
||||
--- a/inst/cfconred.m
|
||||
+++ b/inst/cfconred.m
|
||||
@@ -330,5 +330,5 @@ endfunction
|
||||
%! Mo = [Ao, Bo; Co, Do];
|
||||
%! Me = [Ae, Be; Ce, De];
|
||||
%!
|
||||
-%!assert (Mo, Me, 1e-4);
|
||||
+%!xtest assert (Mo, Me, 1e-4);
|
||||
%!assert (Info.hsv, HSVe, 1e-4);
|
||||
Reference in New Issue
Block a user