diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-15 22:06:59 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-15 22:07:28 +0200 |
commit | 0e1f164294ce12b181f6b2581c861e36092f0769 (patch) | |
tree | c7ee618df8295532074ef7a2d05878d73919f00e /sci-libs/alglib | |
parent | sci-mathematics/singular: remove unused patch (diff) | |
download | gentoo-0e1f164294ce12b181f6b2581c861e36092f0769.tar.gz gentoo-0e1f164294ce12b181f6b2581c861e36092f0769.tar.bz2 gentoo-0e1f164294ce12b181f6b2581c861e36092f0769.zip |
sci-libs/alglib: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/21660
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs/alglib')
-rw-r--r-- | sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch b/sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch deleted file mode 100644 index fc2dfae6c012..000000000000 --- a/sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: disable minlm test, because it fails sometimes on some platforms. -Author: Anton Gladky <gladk@debian.org> -Last-Update: 2015-05-29 - -Index: cpp/tests/test_c.cpp -=================================================================== ---- cpp.orig/tests/test_c.cpp -+++ cpp/tests/test_c.cpp -@@ -93354,7 +93354,6 @@ _s_testrecord unittests[] = - {"spline1d",testspline1d,_pexec_testspline1d},
- {"normestimator",testnormestimator,_pexec_testnormestimator},
- {"minqp",testminqp,_pexec_testminqp},
-- {"minlm",testminlm,_pexec_testminlm},
- {"lsfit",testlsfit,_pexec_testlsfit},
- {"parametric",testparametric,_pexec_testparametric},
- {"linlsqr",testlinlsqr,_pexec_testlinlsqr},
|