[clfft] 03/05: d/p: add patch to use Boost dynamic libraries
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Aug 19 09:15:49 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 clfft.
commit 4500885d70078f9d5174657cfd2491798191378a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Aug 18 23:25:26 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 002ffb9..eb7c8e8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ fix-client-no-symlink.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..1f81f5a
--- /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
+@@ -136,7 +136,7 @@
+ # Client is built only if boost is found; on windows, we need vs10 or higher
+ # Find Boost on the system, and configure the type of boost build we want
+ if( NOT DEFINED Boost_USE_STATIC_LIBS )
+- set( Boost_USE_STATIC_LIBS ON )
++ set( Boost_USE_STATIC_LIBS OFF )
+ endif( )
+
+ if( NOT DEFINED Boost_USE_STATIC_RUNTIME )
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list