[alglib] 02/04: Refresh patches. Enable all tests.

Anton Gladky gladk at alioth.debian.org
Fri Aug 30 20:27:24 UTC 2013


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

gladk pushed a commit to branch master
in repository alglib.

commit c6285c29ef2e5189d65e8529f71429c7433aed85
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri Aug 30 22:08:24 2013 +0200

    Refresh patches. Enable all tests.
---
 debian/patches/01_add_cmake.patch          |    4 +--
 debian/patches/02_disable_some_tests.patch |   40 ----------------------------
 debian/patches/series                      |    2 +-
 3 files changed, 2 insertions(+), 44 deletions(-)

diff --git a/debian/patches/01_add_cmake.patch b/debian/patches/01_add_cmake.patch
index 7f739b9..b4bfe93 100644
--- a/debian/patches/01_add_cmake.patch
+++ b/debian/patches/01_add_cmake.patch
@@ -4,14 +4,12 @@ Last-Update: 2013-05-22
 
 --- /dev/null
 +++ b/CMakeLists.txt
-@@ -0,0 +1,32 @@
+@@ -0,0 +1,30 @@
 +project(alglib CXX)
 +cmake_minimum_required(VERSION 2.8)
 +
 +INCLUDE(GNUInstallDirs)
 +INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src)
-+SET(VERSION 3.7.0)
-+SET(SOVERSION 3.7)
 +
 +FILE(GLOB ALGLIB_SRC_LIB "src/*.cpp")
 +FILE(GLOB ALGLIB_HDR_LIB "src/*.h")
diff --git a/debian/patches/02_disable_some_tests.patch b/debian/patches/02_disable_some_tests.patch
deleted file mode 100644
index 69c9bf1..0000000
--- a/debian/patches/02_disable_some_tests.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: disable some tests, which are unreliable on some atchs.
-Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2013-06-07
-
---- a/tests/test_c.cpp
-+++ b/tests/test_c.cpp
-@@ -76608,11 +76608,6 @@
-     else
-         printf("%-32s FAILED(seed=%u)\n", "filters", (unsigned int)seed);
-     fflush(stdout);
--    if( call_unittest(seed, testevd, _pexec_testevd, use_smp, &result) )
--        printf("%-32s OK\n", "evd");
--    else
--        printf("%-32s FAILED(seed=%u)\n", "evd", (unsigned int)seed);
--    fflush(stdout);
-     if( call_unittest(seed, testmatgen, _pexec_testmatgen, use_smp, &result) )
-         printf("%-32s OK\n", "matgen");
-     else
-@@ -76793,21 +76788,6 @@
-     else
-         printf("%-32s FAILED(seed=%u)\n", "minqp", (unsigned int)seed);
-     fflush(stdout);
--    if( call_unittest(seed, testminlm, _pexec_testminlm, use_smp, &result) )
--        printf("%-32s OK\n", "minlm");
--    else
--        printf("%-32s FAILED(seed=%u)\n", "minlm", (unsigned int)seed);
--    fflush(stdout);
--    if( call_unittest(seed, testlsfit, _pexec_testlsfit, use_smp, &result) )
--        printf("%-32s OK\n", "lsfit");
--    else
--        printf("%-32s FAILED(seed=%u)\n", "lsfit", (unsigned int)seed);
--    fflush(stdout);
--    if( call_unittest(seed, testpspline, _pexec_testpspline, use_smp, &result) )
--        printf("%-32s OK\n", "pspline");
--    else
--        printf("%-32s FAILED(seed=%u)\n", "pspline", (unsigned int)seed);
--    fflush(stdout);
-     if( call_unittest(seed, testlinlsqr, _pexec_testlinlsqr, use_smp, &result) )
-         printf("%-32s OK\n", "linlsqr");
-     else
diff --git a/debian/patches/series b/debian/patches/series
index f672671..826f8a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
 01_add_cmake.patch
-02_disable_some_tests.patch
+#02_disable_some_tests.patch
 

-- 
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