summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-12-29 13:57:25 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-29 13:57:25 +0100
commit184456970fa09df86d419c48020fdad2b5b3911a (patch)
tree90659e24224a8c5093bc7e101a09b370f580e812 /sci-libs/clblas/files/clblas-2.12-use-boost-dynamic-libs.patch
parentdev-libs/libstrophe: add new version 0.10.1 (diff)
downloadgentoo-184456970fa09df86d419c48020fdad2b5b3911a.tar.gz
gentoo-184456970fa09df86d419c48020fdad2b5b3911a.tar.bz2
gentoo-184456970fa09df86d419c48020fdad2b5b3911a.zip
sci-libs/clblas: Version bump to 2.12
Bug: https://bugs.gentoo.org/608086 Bug: https://bugs.gentoo.org/741386 Bug: https://bugs.gentoo.org/737410 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/clblas/files/clblas-2.12-use-boost-dynamic-libs.patch')
-rw-r--r--sci-libs/clblas/files/clblas-2.12-use-boost-dynamic-libs.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-libs/clblas/files/clblas-2.12-use-boost-dynamic-libs.patch b/sci-libs/clblas/files/clblas-2.12-use-boost-dynamic-libs.patch
new file mode 100644
index 000000000000..64388c90dc48
--- /dev/null
+++ b/sci-libs/clblas/files/clblas-2.12-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
+@@ -279,7 +279,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" "1.60.0" "1.60" )