commit: e5ac98a132a0bf596ed8b0d532e4d68069319758
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Jan 22 09:56:32 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 09:56:32 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e5ac98a1
sci-libs/arrayfire: Clean patches
---
sci-libs/arrayfire/files/CMakeLists_examples.patch | 8 ++++++--
sci-libs/arrayfire/files/FindCBLAS.patch | 8 ++++++--
sci-libs/arrayfire/files/build_gtest.patch | 8 ++++++--
3 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/sci-libs/arrayfire/files/CMakeLists_examples.patch
b/sci-libs/arrayfire/files/CMakeLists_examples.patch
index 45139f8..89020f6 100644
--- a/sci-libs/arrayfire/files/CMakeLists_examples.patch
+++ b/sci-libs/arrayfire/files/CMakeLists_examples.patch
@@ -1,5 +1,9 @@
---- b/examples/CMakeLists.txt 2015-01-10 12:39:23.000000000 +0100
-+++ a/examples/CMakeLists.txt 2015-01-10 12:40:10.000000000 +0100
+Adjust installation path of examples.
+
+Patch by Marius Brehler.
+
+--- b/examples/CMakeLists.txt
++++ a/examples/CMakeLists.txt
@@ -13,7 +13,7 @@ MACRO(CREATE_EXAMPLES BACKEND)
TARGET_LINK_LIBRARIES(${EXAMPLE_NAME} af${BACKEND} ${THREAD_LIB_FLAG})
SET_TARGET_PROPERTIES(${EXAMPLE_NAME} PROPERTIES COMPILE_FLAGS
-DAF_${DEF_NAME} OUTPUT_NAME ${FNAME}_${BACKEND})
diff --git a/sci-libs/arrayfire/files/FindCBLAS.patch
b/sci-libs/arrayfire/files/FindCBLAS.patch
index 16c6197..263c62a 100644
--- a/sci-libs/arrayfire/files/FindCBLAS.patch
+++ b/sci-libs/arrayfire/files/FindCBLAS.patch
@@ -1,5 +1,9 @@
---- b/CMakeModules/FindCBLAS.cmake 2015-01-09 14:00:29.328281398 +0100
-+++ a/CMakeModules/FindCBLAS.cmake 2015-01-09 14:02:52.549276153 +0100
+Use pkg-config to find cblas.
+
+Patch by Marius Brehler.
+
+--- b/CMakeModules/FindCBLAS.cmake
++++ a/CMakeModules/FindCBLAS.cmake
@@ -1,3 +1,9 @@
+#
+# Version modified for Gentoo Linux
diff --git a/sci-libs/arrayfire/files/build_gtest.patch
b/sci-libs/arrayfire/files/build_gtest.patch
index 24e4b07..4b777c4 100644
--- a/sci-libs/arrayfire/files/build_gtest.patch
+++ b/sci-libs/arrayfire/files/build_gtest.patch
@@ -1,5 +1,9 @@
---- CMakeModules/build_gtest.cmake 2015-01-10 11:27:52.007076159 +0100
-+++ CMakeModules/build_gtest.cmake 2015-01-10 17:36:23.000000000 +0100
+Don't fetch googletest from SVN.
+
+Patch by Marius Brehler.
+
+--- CMakeModules/build_gtest.cmake
++++ CMakeModules/build_gtest.cmake
@@ -1,27 +1,4 @@
-#Downloads and installs GTest into the third_party directory
-