[alglib] 01/02: One more try to disable minlm

Anton Gladky gladk at moszumanska.debian.org
Tue Jul 11 18:44:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch experimental
in repository alglib.

commit cf5caa61059820ba897df7b24362e26fd78200be
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jul 11 20:40:59 2017 +0200

    One more try to disable minlm
---
 debian/patches/20_disable_test.patch | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/debian/patches/20_disable_test.patch b/debian/patches/20_disable_test.patch
index 96ae0b6..e829235 100644
--- a/debian/patches/20_disable_test.patch
+++ b/debian/patches/20_disable_test.patch
@@ -1,17 +1,17 @@
 Description: Disable minlm test which fails on some platforms
 Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2017-07-07
+Last-Update: 2017-07-11
 
---- alglib-3.11.0.orig/tests/test_c.cpp
-+++ alglib-3.11.0/tests/test_c.cpp
-@@ -687,8 +687,8 @@ ae_bool _pexec_testminns(ae_bool silent,
- 
- 
- 
--ae_bool testminlm(ae_bool silent, ae_state *_state);
--ae_bool _pexec_testminlm(ae_bool silent, ae_state *_state);
-+// ae_bool testminlm(ae_bool silent, ae_state *_state);
-+// ae_bool _pexec_testminlm(ae_bool silent, ae_state *_state);
- 
- 
- 
+Index: cpp/tests/test_c.cpp
+===================================================================
+--- cpp.orig/tests/test_c.cpp
++++ cpp/tests/test_c.cpp
+@@ -105862,7 +105862,7 @@ _s_testrecord unittests[] =
+     {"minnlc",testminnlc,_pexec_testminnlc},
+     {"minbc",testminbc,_pexec_testminbc},
+     {"minns",testminns,_pexec_testminns},
+-    {"minlm",testminlm,_pexec_testminlm},
++//    {"minlm",testminlm,_pexec_testminlm},
+     {"evd",testevd,_pexec_testevd},
+     {"basestat",testbasestat,_pexec_testbasestat},
+     {"pca",testpca,_pexec_testpca},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/alglib.git



More information about the debian-science-commits mailing list