[SCM] Eigen3 packaging. branch, master, updated. upstream/3.0.0-21-g15bbc31

Anton Gladky gladky.anton at gmail.com
Mon May 30 18:29:04 UTC 2011


The following commit has been merged in the master branch:
commit 15bbc31e4d154ffefe587422d5e9ce3c4e6f46e2
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Mon May 30 20:28:58 2011 +0200

    Remove applied by upstream patch.

diff --git a/debian/patches/fix_compile_with_gcc-4-6.patch b/debian/patches/fix_compile_with_gcc-4-6.patch
deleted file mode 100644
index 28bc63d..0000000
--- a/debian/patches/fix_compile_with_gcc-4-6.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix compilation error with gcc-4.6
-Author: Eigen team 
-Applied-Upstream: https://bitbucket.org/eigen/eigen/changeset/47098e5d24bc
-Last-Update: 2011-05-11
-
---- a/Eigen/Core
-+++ b/Eigen/Core
-@@ -241,6 +241,8 @@ inline static const char *SimdInstructio
- // we use size_t frequently and we'll never remember to prepend it with std:: everytime just to
- // ensure QNX/QCC support
- using std::size_t;
-+// gcc 4.6.0 wants std:: for ptrdiff_t 
-+using std::ptrdiff_t;
- 
- /** \defgroup Core_Module Core module
-   * This is the main module of Eigen providing dense matrix and vector support
diff --git a/debian/patches/series b/debian/patches/series
index 9d6d7d5..dbfc136 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix_compile_with_gcc-4-6.patch
 disable_stdvector-overload.test.patch

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list