aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-06-05 12:10:59 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-06-05 12:10:59 +0200
commit1d6b89951f6d82039c7d2216c4a774bde14be8bd (patch)
treeaf190dada3d9e0cc91928ab00fec1d2e7757a563 /dev-libs/boost-compute/files
parentRevert "sci-libs/arrayfire: Fetch tarball instead of getting src from git" (diff)
downloadsci-1d6b89951f6d82039c7d2216c4a774bde14be8bd.tar.gz
sci-1d6b89951f6d82039c7d2216c4a774bde14be8bd.tar.bz2
sci-1d6b89951f6d82039c7d2216c4a774bde14be8bd.zip
dev-libs/boost-compute: Fix BoostComputeConfig.cmake location
Package-Manager: portage-2.2.18
Diffstat (limited to 'dev-libs/boost-compute/files')
-rw-r--r--dev-libs/boost-compute/files/boost-compute-0.4-CMakeLists.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/boost-compute/files/boost-compute-0.4-CMakeLists.patch b/dev-libs/boost-compute/files/boost-compute-0.4-CMakeLists.patch
new file mode 100644
index 000000000..86d3a9e29
--- /dev/null
+++ b/dev-libs/boost-compute/files/boost-compute-0.4-CMakeLists.patch
@@ -0,0 +1,14 @@
+Install the BoostComputeConfig to /usr/lib/cmake instead of /usr/share/cmake.
+
+Patch by Marius Brehler.
+--- CMakeLists.txt
++++ CMakeLists.txt
+@@ -81,7 +81,7 @@ configure_file(
+ # install cmake config file
+ install(
+ FILES ${BoostCompute_BINARY_DIR}/BoostComputeConfig.cmake
+- DESTINATION share/cmake/BoostCompute
++ DESTINATION lib/cmake/BoostCompute
+ )
+
+ # install header files