summaryrefslogtreecommitdiff
path: root/sci-libs/alglib/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-17 19:04:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-17 19:04:28 +0100
commit514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (patch)
tree555c194dbeb0fb2ac4ad3cde7c0f6a80fd330ce2 /sci-libs/alglib/files
parent4df3bf9762850b34cd1ead5c80374d1a0fc3362e (diff)
gentoo resync : 17.07.2021
Diffstat (limited to 'sci-libs/alglib/files')
-rw-r--r--sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch16
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},