[SCM] Eigen3 packaging. branch, master, updated. debian/3.1.3-1-4-g19ea087

Anton Gladky gladky.anton at gmail.com
Mon Jun 24 13:48:05 UTC 2013


The following commit has been merged in the master branch:
commit 60961f4164eef74159c5765da86b393d43a17791
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Jun 23 20:58:39 2013 +0200

    Disable some unsupported unreliable tests. (Closes: #713758)

diff --git a/debian/patches/disable_some_unsupported_tests.patch b/debian/patches/disable_some_unsupported_tests.patch
new file mode 100644
index 0000000..a44f9c7
--- /dev/null
+++ b/debian/patches/disable_some_unsupported_tests.patch
@@ -0,0 +1,25 @@
+Description: disable some unsupported unreliable tests.
+Author: Anton Gladky <gladk at debian.org> 
+Last-Update: 2013-06-23
+
+--- a/unsupported/test/CMakeLists.txt
++++ b/unsupported/test/CMakeLists.txt
+@@ -32,7 +32,7 @@
+ endif()
+ 
+ ei_add_test(matrix_exponential)
+-ei_add_test(matrix_function)
++#ei_add_test(matrix_function)
+ ei_add_test(matrix_square_root)
+ ei_add_test(alignedvector3)
+ ei_add_test(FFT)
+@@ -81,7 +81,7 @@
+ 
+ ei_add_test(polynomialsolver)
+ ei_add_test(polynomialutils)
+-ei_add_test(kronecker_product)
++#ei_add_test(kronecker_product)
+ ei_add_test(splines)
+-ei_add_test(gmres)
++#ei_add_test(gmres)
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..12c668d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_some_unsupported_tests.patch

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list