[eigen3] 01/02: Fix spline module. (Closes: #736985)

Anton Gladky gladk at moszumanska.debian.org
Thu Jan 30 20:36:32 UTC 2014


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

gladk pushed a commit to branch master
in repository eigen3.

commit 2311eeca6974f6d55b1a8a770e13014c6a9d1ec6
Author: Philipp Büttgenbach <philipp.buettgenbach at gmail.com>
Date:   Thu Jan 30 21:22:42 2014 +0100

    Fix spline module. (Closes: #736985)
---
 debian/patches/fix_spline_module.patch | 17 +++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/fix_spline_module.patch b/debian/patches/fix_spline_module.patch
new file mode 100644
index 0000000..c4cfaaa
--- /dev/null
+++ b/debian/patches/fix_spline_module.patch
@@ -0,0 +1,17 @@
+Description: Fix Spline Module
+Author: Philipp Büttgenbach philipp.buettgenbach at gmail.com>
+Reviewed-By: Anton Gladky <gladk at debian.org>
+Bug-Debian: http://bugs.debian.org/736985
+Last-Update: 2014-01-30
+
+--- eigen3-3.2.0.orig/unsupported/Eigen/src/Splines/SplineFwd.h
++++ eigen3-3.2.0/unsupported/Eigen/src/Splines/SplineFwd.h
+@@ -67,7 +67,7 @@ namespace Eigen
+       typedef Array<_Scalar,Dynamic,Dynamic,RowMajor,NumOfDerivativesAtCompileTime,OrderAtCompileTime> BasisDerivativeType;
+       
+       /** \brief The data type used to store the spline's derivative values. */      
+-      typedef Array<_Scalar,_Dim,Dynamic,ColMajor,_Dim,NumOfDerivativesAtCompileTime> DerivativeType;
++      typedef Array<_Scalar,_Dim,Dynamic,RowMajor,_Dim,NumOfDerivativesAtCompileTime> DerivativeType;
+     };
+ 
+     /** \brief 2D float B-spline with dynamic degree. */
diff --git a/debian/patches/series b/debian/patches/series
index 2a2f3e8..58687dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ removeBVH_example.patch
 installFindEigen3.patch
 port_ConstrainedConjGrad_eigen3.patch
 remove_buildtype_check.patch
+fix_spline_module.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