[SCM] Packaging for Eigen3. Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. branch, master, updated. upstream/3.0.0-9-ga5da316

Anton Gladky gladky.anton at gmail.com
Tue May 10 15:30:17 UTC 2011


The following commit has been merged in the master branch:
commit a5da316a02160c9d1d89e5c7d6020b805dd1e38b
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue May 10 17:30:39 2011 +0200

    Disable stdvector-overload test due to uncompatibility with GCC-4.6

diff --git a/debian/patches/disable_stdvector-overload.test.patch b/debian/patches/disable_stdvector-overload.test.patch
new file mode 100644
index 0000000..fcdf647
--- /dev/null
+++ b/debian/patches/disable_stdvector-overload.test.patch
@@ -0,0 +1,17 @@
+Description: Disable stdvector_overload test due to uncompatibility with gcc-4.6
+Bug: http://eigen.tuxfamily.org/bz/show_bug.cgi?id=262 
+Author: Anton Gladky <gladky.anton at gmail.com>
+Last-Update: 2011-05-10
+
+
+--- a/test/CMakeLists.txt
++++ b/test/CMakeLists.txt
+@@ -99,7 +99,7 @@
+ ei_add_test(geo_parametrizedline)
+ ei_add_test(geo_alignedbox)
+ ei_add_test(stdvector)
+-ei_add_test(stdvector_overload)
++#ei_add_test(stdvector_overload)
+ ei_add_test(stdlist)
+ ei_add_test(stddeque)
+ ei_add_test(resize)
diff --git a/debian/patches/series b/debian/patches/series
index c55b5b0..9d6d7d5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_compile_with_gcc-4-6.patch
+disable_stdvector-overload.test.patch

-- 
Packaging for Eigen3. Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.



More information about the debian-science-commits mailing list