[SCM] Eigen3 packaging. branch, experimental, updated. debian/3.1.2-1_exp3-9-g46be8a7

Anton Gladky gladky.anton at gmail.com
Wed Dec 26 14:04:10 UTC 2012


The following commit has been merged in the experimental branch:
commit 7b259f297fb49e95a2907f90e78273e7f316e525
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Mon Dec 24 19:59:16 2012 +0100

    Disable mpreal test.

diff --git a/debian/patches/disable_mpreal_test.patch b/debian/patches/disable_mpreal_test.patch
new file mode 100644
index 0000000..652d119
--- /dev/null
+++ b/debian/patches/disable_mpreal_test.patch
@@ -0,0 +1,23 @@
+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
+Fixed-Upstream: https://bitbucket.org/eigen/eigen/changeset/aa830f59abb9/
+Last-Update: 2012-12-24
+
+--- 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