[SCM] Eigen3 packaging. branch, experimental, updated. upstream/3.1.0_alpha3_hg75350f0-64-g810115b

Anton Gladky gladky.anton at gmail.com
Sun Jun 3 09:06:56 UTC 2012


The following commit has been merged in the experimental branch:
commit 85bafdc1819fea65ee709eedd12fca7bec209151
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Jun 3 11:02:23 2012 +0200

    Disable BVH-test due to FTBFS with gcc-4.7. (Closes: #674305)

diff --git a/debian/patches/disable_BVH-test.patch b/debian/patches/disable_BVH-test.patch
new file mode 100644
index 0000000..ed2ed22
--- /dev/null
+++ b/debian/patches/disable_BVH-test.patch
@@ -0,0 +1,21 @@
+Description: Disable BVH-test due to FTBFS with gcc-4.7
+Author: Anton Gladky <gladky.anton at gmail.com>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/674305
+Last-Update: 2012-05-24
+
+--- a/unsupported/test/CMakeLists.txt
++++ b/unsupported/test/CMakeLists.txt
+@@ -68,9 +68,9 @@
+ ei_add_test(NumericalDiff)
+ ei_add_test(autodiff)
+ 
+-if (NOT CMAKE_CXX_COMPILER MATCHES "clang\\+\\+$")
+-ei_add_test(BVH)
+-endif()
++#if (NOT CMAKE_CXX_COMPILER MATCHES "clang\\+\\+$")
++#ei_add_test(BVH)
++#endif()
+ 
+ ei_add_test(matrix_exponential)
+ ei_add_test(matrix_function)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e204ed5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_BVH-test.patch

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list