[clfft] 15/25: add multi-arch patch

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 22:01:13 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.

commit 6beba41d8ab6718928b4bbd7413be16969536b5a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri May 29 22:30:12 2015 +0100

    add multi-arch patch
---
 debian/patches/0001-enable-multiarch.patch | 11 +++++++++++
 debian/patches/series                      |  7 ++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0001-enable-multiarch.patch b/debian/patches/0001-enable-multiarch.patch
new file mode 100644
index 0000000..a66563d
--- /dev/null
+++ b/debian/patches/0001-enable-multiarch.patch
@@ -0,0 +1,11 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -122,7 +122,7 @@
+ 	message( STATUS "32bit build - FIND_LIBRARY_USE_LIB64_PATHS FALSE" )
+ endif( )
+ 
+-set( SUFFIX_LIB ${SUFFIX_LIB_DEFAULT} CACHE STRING "String to append to 'lib' install path" )
++set( SUFFIX_LIB "/${CMAKE_LIBRARY_ARCHITECTURE}" CACHE STRING "String to append to 'lib' install path" )
+ set( SUFFIX_BIN ${SUFFIX_BIN_DEFAULT} CACHE STRING "String to append to 'bin' install path" )
+ 
+ # Useful variables to configure FindBoost.cake
diff --git a/debian/patches/series b/debian/patches/series
index 1b14788..54876db 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
-docpath.patch
-lib64.patch
-python.patch
+0001-enable-multiarch.patch
+#docpath.patch
+#lib64.patch
+#python.patch

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



More information about the debian-science-commits mailing list