aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/clfft/files/clfft-2.6.1-Install-examples-to-share-clFFT-examples.patch')
-rw-r--r--sci-libs/clfft/files/clfft-2.6.1-Install-examples-to-share-clFFT-examples.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-libs/clfft/files/clfft-2.6.1-Install-examples-to-share-clFFT-examples.patch b/sci-libs/clfft/files/clfft-2.6.1-Install-examples-to-share-clFFT-examples.patch
deleted file mode 100644
index dff303996..000000000
--- a/sci-libs/clfft/files/clfft-2.6.1-Install-examples-to-share-clFFT-examples.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Patch to fix location of examples:
-https://github.com/clMathLibraries/clFFT/pull/108
-
-Backported for 2.6.1 by Marius Brehler.
---- src/examples/CMakeLists.txt
-+++ src/examples/CMakeLists.txt
-@@ -47,6 +47,7 @@ FOREACH(FILE ${FILES})
- OUTPUT_NAME ${EXAMPLE}
- RUNTIME_OUTPUT_DIRECTORY ${DIR_NAME})
-
-+ INSTALL(FILES ${FILE} DESTINATION "share/clFFT/examples")
- INSTALL(TARGETS ${EXAMPLE_NAME}
-- RUNTIME DESTINATION "bin${SUFFIX_BIN}/examples")
-+ RUNTIME DESTINATION "share/clFFT/examples")
- ENDFOREACH()