[cminpack] 02/19: do not install in lib64 by cmake, leave that to dpkg

Ole Streicher olebole-guest at moszumanska.debian.org
Tue May 13 10:34:52 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository cminpack.

commit 1730def3a56ee5f66c40278ab27165b0281a8711
Author: malat-guest <malat-guest at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Wed Apr 27 06:58:29 2011 +0000

    do not install in lib64 by cmake, leave that to dpkg
    
    git-svn-id: svn://svn.debian.org/debian-science/packages/cminpack/trunk@38440 7ca82aff-d165-4cda-a4f1-7f280d66a853
---
 debian/patches/lib64.patch | 13 +++++++++++++
 debian/patches/series      |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/lib64.patch b/debian/patches/lib64.patch
new file mode 100644
index 0000000..83f2206
--- /dev/null
+++ b/debian/patches/lib64.patch
@@ -0,0 +1,13 @@
+Index: cminpack-1.1.3/cmake/cminpack_utils.cmake
+===================================================================
+--- cminpack-1.1.3.orig/cmake/cminpack_utils.cmake	2011-04-27 08:56:04.000000000 +0200
++++ cminpack-1.1.3/cmake/cminpack_utils.cmake	2011-04-27 08:56:11.000000000 +0200
+@@ -8,7 +8,7 @@
+     set(CMINPACK_LIB_INSTALL_DIR "lib")
+     if(OS_LINUX)
+         if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
+-            set(CMINPACK_LIB_INSTALL_DIR "lib64")
++            #set(CMINPACK_LIB_INSTALL_DIR "lib64")
+         else(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
+             set(CMINPACK_LIB_INSTALL_DIR "lib")
+         endif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..06e88de
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+lib64.patch

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



More information about the debian-science-commits mailing list