[arrayfire] 04/06: d/p: better patch series
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon May 25 18:48:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.
commit 803a3d994213f79cb6698792ab97921b060f4215
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon May 25 19:17:26 2015 +0100
d/p: better patch series
---
.../{0001_enable-multiarch.patch => 0002-enable-multiarch.patch} | 6 +++---
debian/patches/series | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/patches/0001_enable-multiarch.patch b/debian/patches/0002-enable-multiarch.patch
similarity index 87%
rename from debian/patches/0001_enable-multiarch.patch
rename to debian/patches/0002-enable-multiarch.patch
index cfb00f4..fbf26df 100644
--- a/debian/patches/0001_enable-multiarch.patch
+++ b/debian/patches/0002-enable-multiarch.patch
@@ -11,9 +11,9 @@
IF(${BUILD_CPU})
--- arrayfire.orig/src/backend/cpu/CMakeLists.txt
+++ arrayfire/src/backend/cpu/CMakeLists.txt
-@@ -79,7 +79,7 @@
-
- TARGET_LINK_LIBRARIES(afcpu ${lib_deps} ${CBLAS_LIBRARIES} ${FFTW_LIBRARIES})
+@@ -83,7 +83,7 @@
+ VERSION "${AF_VERSION}"
+ SOVERSION "${AF_VERSION_MAJOR}")
-INSTALL(TARGETS afcpu EXPORT CPU DESTINATION lib COMPONENT libraries)
+INSTALL(TARGETS afcpu EXPORT CPU DESTINATION lib/${CMAKE_LIBRARY_ARCHITECTURE} COMPONENT libraries)
diff --git a/debian/patches/series b/debian/patches/series
index 4140bd5..c41bb4c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-0001_enable-multiarch.patch
0001-set-the-lib-version.patch
+0002-enable-multiarch.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list