[eigen3] 03/05: Do not install FindEigen3.cmake as a cmake private file.
Anton Gladky
gladk at moszumanska.debian.org
Sun Sep 6 17:40:22 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 bdbabcfa1c66996f8b600bbc0d95cb32a7080683
Author: Anton Gladky <gladk at debian.org>
Date: Sun Sep 6 18:34:36 2015 +0200
Do not install FindEigen3.cmake as a cmake private file.
---
debian/libeigen3-dev.links | 1 -
debian/patches/01_install_FindEigen3.patch | 20 --------------------
debian/patches/03_fix_spline_module.patch | 19 -------------------
debian/patches/series | 2 --
4 files changed, 42 deletions(-)
diff --git a/debian/libeigen3-dev.links b/debian/libeigen3-dev.links
deleted file mode 100644
index 02cf899..0000000
--- a/debian/libeigen3-dev.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/cmake-3.0/Modules/FindEigen3.cmake usr/share/cmake-3.2/Modules/FindEigen3.cmake
diff --git a/debian/patches/01_install_FindEigen3.patch b/debian/patches/01_install_FindEigen3.patch
deleted file mode 100644
index 190adb2..0000000
--- a/debian/patches/01_install_FindEigen3.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: install FindEigen3.cmake into usr/share/cmake-2.8/Modules
-Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2015-06-16
-
-Index: eigen3/CMakeLists.txt
-===================================================================
---- eigen3.orig/CMakeLists.txt
-+++ eigen3/CMakeLists.txt
-@@ -376,6 +376,11 @@ install(FILES
- DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel
- )
-
-+install(FILES
-+ cmake/FindEigen3.cmake
-+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake-3.0/Modules
-+ )
-+
- if(EIGEN_BUILD_PKGCONFIG)
- SET(path_separator ":")
- STRING(REPLACE ${path_separator} ";" pkg_config_libdir_search "$ENV{PKG_CONFIG_LIBDIR}")
diff --git a/debian/patches/03_fix_spline_module.patch b/debian/patches/03_fix_spline_module.patch
deleted file mode 100644
index a6c397f..0000000
--- a/debian/patches/03_fix_spline_module.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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: 2015-06-16
-
-Index: eigen3/unsupported/Eigen/src/Splines/SplineFwd.h
-===================================================================
---- eigen3.orig/unsupported/Eigen/src/Splines/SplineFwd.h
-+++ eigen3/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 e7b0718..5ba1970 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,4 @@
-01_install_FindEigen3.patch
02_remove_buildtype_check.patch
-#03_fix_spline_module.patch
04_remove_piwik.patch
05_remove_html_timestamp.patch
06_remove_doc_matrix.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