[eigen3] 05/06: Fix installation path of cmake files.

Anton Gladky gladk at moszumanska.debian.org
Fri Dec 18 21:13:23 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 cd6681b90d93e7f5a0756cf811733d47ac629e41
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Dec 18 22:11:15 2015 +0100

    Fix installation path of cmake files.
---
 debian/patches/08_fix_path_FindEigen3.patch | 17 +++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/08_fix_path_FindEigen3.patch b/debian/patches/08_fix_path_FindEigen3.patch
new file mode 100644
index 0000000..2c214d1
--- /dev/null
+++ b/debian/patches/08_fix_path_FindEigen3.patch
@@ -0,0 +1,17 @@
+Description: fix installation path for cmake-files
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2015-12-18
+
+Index: eigen/CMakeLists.txt
+===================================================================
+--- eigen.orig/CMakeLists.txt
++++ eigen/CMakeLists.txt
+@@ -347,7 +347,7 @@ else()
+       )
+ endif()
+ set(CMAKEPACKAGE_INSTALL_DIR
+-    "${CMAKE_INSTALL_LIBDIR}/cmake/eigen3"
++    "/usr/lib/cmake/eigen3"
+     CACHE PATH "The directory relative to CMAKE_PREFIX_PATH where Eigen3Config.cmake is installed"
+     )
+ set(PKGCONFIG_INSTALL_DIR
diff --git a/debian/patches/series b/debian/patches/series
index 5ba1970..14ae892 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_fix_path_FindEigen3.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