summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-01-04 05:09:09 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-01-04 06:02:05 +0000
commit023edbbca8c5bb368ed32ce0fe44b54f9a537de4 (patch)
tree10cf84c6aaaa59656bbca4d8ebaec3e9e1ceeb85 /sci-libs/clblas/files/clblas-2.10-use-boost-dynamic-libs.patch
parentsci-libs/clblast: initial import (diff)
downloadgentoo-023edbbca8c5bb368ed32ce0fe44b54f9a537de4.tar.gz
gentoo-023edbbca8c5bb368ed32ce0fe44b54f9a537de4.tar.bz2
gentoo-023edbbca8c5bb368ed32ce0fe44b54f9a537de4.zip
sci-libs/clblas: initial import
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-libs/clblas/files/clblas-2.10-use-boost-dynamic-libs.patch')
-rw-r--r--sci-libs/clblas/files/clblas-2.10-use-boost-dynamic-libs.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-libs/clblas/files/clblas-2.10-use-boost-dynamic-libs.patch b/sci-libs/clblas/files/clblas-2.10-use-boost-dynamic-libs.patch
new file mode 100644
index 000000000000..57c585da11fc
--- /dev/null
+++ b/sci-libs/clblas/files/clblas-2.10-use-boost-dynamic-libs.patch
@@ -0,0 +1,16 @@
+Description: use Boost shared libraries instead of static
+Author: Ghislain Antony Vaillant <ghisvail@gmail.com>
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -270,7 +270,7 @@
+
+ # Find Boost on the system, and configure the type of boost build we want
+ set( Boost_USE_MULTITHREADED ON )
+-set( Boost_USE_STATIC_LIBS ON )
++set( Boost_USE_STATIC_LIBS OFF )
+ set( Boost_DETAILED_FAILURE_MSG ON )
+ set( Boost_DEBUG ON )
+ set( Boost_ADDITIONAL_VERSIONS "1.44.0" "1.44" "1.47.0" "1.47" )