[eigen3] 01/02: Compatibility fix with suitesparse >= 4.4. (Closes: #800101)

Anton Gladky gladk at moszumanska.debian.org
Sat Oct 3 05:19:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository eigen3.

commit a027ad6734be7b6013314d32ea0f4ab77c6f4537
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Oct 2 22:58:53 2015 +0200

    Compatibility fix with suitesparse >= 4.4. (Closes: #800101)
---
 debian/patches/08_suitesparse-4.4.patch | 20 ++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/08_suitesparse-4.4.patch b/debian/patches/08_suitesparse-4.4.patch
new file mode 100644
index 0000000..12c9e3e
--- /dev/null
+++ b/debian/patches/08_suitesparse-4.4.patch
@@ -0,0 +1,20 @@
+Description: Compatibility fix with suitesparse >= 4.4
+ The UF_long type has been replaced by SuiteSparse_long in recent versions of
+ SuiteSparse.
+Author: Sébastien Villemot <sebastien at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800101
+Forwarded: no
+Last-Update: 2015-09-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/Eigen/src/CholmodSupport/CholmodSupport.h
++++ b/Eigen/src/CholmodSupport/CholmodSupport.h
+@@ -78,7 +78,7 @@ cholmod_sparse viewAsCholmod(SparseMatri
+   {
+     res.itype = CHOLMOD_INT;
+   }
+-  else if (internal::is_same<_StorageIndex,UF_long>::value)
++  else if (internal::is_same<_StorageIndex,SuiteSparse_long>::value)
+   {
+     res.itype = CHOLMOD_LONG;
+   }
diff --git a/debian/patches/series b/debian/patches/series
index 5ba1970..2242d34 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 05_remove_html_timestamp.patch
 06_remove_doc_matrix.patch
 07_remove_compressed_doc.patch
+08_suitesparse-4.4.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git



More information about the debian-science-commits mailing list