[yade] 06/10: Add system-component of boost to be linked.

Anton Gladky gladk at alioth.debian.org
Mon Sep 30 19:08:36 UTC 2013


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

gladk pushed a commit to branch master
in repository yade.

commit fe5474194faaca489f194b50296e725efd593643
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Mon Sep 30 18:59:19 2013 +0200

    Add system-component of boost to be linked.
---
 debian/patches/10_add_system_boot_to_be_linked.patch |   15 +++++++++++++++
 debian/patches/series                                |    1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/10_add_system_boot_to_be_linked.patch b/debian/patches/10_add_system_boot_to_be_linked.patch
new file mode 100644
index 0000000..af58cf0
--- /dev/null
+++ b/debian/patches/10_add_system_boot_to_be_linked.patch
@@ -0,0 +1,15 @@
+Description: Add system-component of boost to be linked
+Author: Anton Gladky <gladky.anton at gmail.com>
+Last-Update: 2013-09-30
+
+--- yade-1.00.0.orig/CMakeLists.txt
++++ yade-1.00.0/CMakeLists.txt
+@@ -63,7 +63,7 @@ ENDIF (CMAKE_CXX_FLAGS)
+ #===========================================================
+ # Add possibility to use local boost installation (e.g. -DLocalBoost=1.46.1)
+ 
+-FIND_PACKAGE(Boost ${LocalBoost} COMPONENTS python thread date_time filesystem iostreams regex serialization REQUIRED)
++FIND_PACKAGE(Boost ${LocalBoost} COMPONENTS python thread date_time filesystem iostreams regex serialization system REQUIRED)
+ INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})
+ # for checking purpose
+ MESSAGE("--   Boost_VERSION: " ${Boost_VERSION})
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2e06934
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+10_add_system_boot_to_be_linked.patch

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



More information about the debian-science-commits mailing list