[clblas] 04/06: d/p: add patch to use Boost dynamic libraries

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Aug 18 19:09:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository clblas.

commit 1ae246672e91337f9729ac306e7d14bcd4415d69
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Aug 18 19:08:59 2015 +0100

    d/p: add patch to use Boost dynamic libraries
---
 debian/patches/series                       |  1 +
 debian/patches/use-boost-dynamic-libs.patch | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 6f5a3e2..ba7fdf4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ fix-pthread-linkage.patch
 fix-docs-output.patch
 use-system-mathjax.patch
 reproducible-build.patch
+use-boost-dynamic-libs.patch
diff --git a/debian/patches/use-boost-dynamic-libs.patch b/debian/patches/use-boost-dynamic-libs.patch
new file mode 100644
index 0000000..0718048
--- /dev/null
+++ b/debian/patches/use-boost-dynamic-libs.patch
@@ -0,0 +1,16 @@
+Description: use Boost shared libraries instead of static
+Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Forwarded: no 
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -267,7 +267,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" )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git



More information about the debian-science-commits mailing list