[SCM] Eigen3 packaging. branch, experimental, updated. debian/3.1.2-1_exp2

Anton Gladky gladky.anton at gmail.com
Sun Nov 18 13:03:32 UTC 2012


The following commit has been merged in the experimental branch:
commit e2f4976dda238050b5dc8453d87728718b12b94c
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sat Nov 17 22:04:32 2012 +0100

    Disable mpreal test, because it fails to compile on ia64 and s390x.

diff --git a/debian/patches/disable_mpreal_test.patch b/debian/patches/disable_mpreal_test.patch
new file mode 100644
index 0000000..22c0571
--- /dev/null
+++ b/debian/patches/disable_mpreal_test.patch
@@ -0,0 +1,22 @@
+Description: disable mpreal test, because it fails to compile on ia64 and s390x
+Author: Anton Gladky <gladky.anton at gmail.com>
+Forwarded: http://eigen.tuxfamily.org/bz/show_bug.cgi?id=529
+Last-Update: 2012-11-17
+
+--- a/unsupported/test/CMakeLists.txt
++++ b/unsupported/test/CMakeLists.txt
+@@ -39,14 +39,6 @@
+ 
+ find_package(MPFR 2.3.0)
+ find_package(GMP)
+-if(MPFR_FOUND)
+-  include_directories(${MPFR_INCLUDES} ./mpreal)
+-  ei_add_property(EIGEN_TESTED_BACKENDS "MPFR C++, ")
+-  set(EIGEN_MPFR_TEST_LIBRARIES ${MPFR_LIBRARIES} ${GMP_LIBRARIES})
+-  ei_add_test(mpreal_support "" "${EIGEN_MPFR_TEST_LIBRARIES}" )
+-else()
+-  ei_add_property(EIGEN_MISSING_BACKENDS "MPFR C++, ")
+-endif()
+ 
+ ei_add_test(sparse_extra   "" "")
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..75c7be5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_mpreal_test.patch

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list