[med-svn] [gadgetron] 06/09: add patch to fix the minimum deps for building the client

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Apr 24 18:41:18 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository gadgetron.

commit f245a0943f8d5760c9dacdc67e47f5805b963693
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Apr 24 14:39:20 2015 +0100

    add patch to fix the minimum deps for building the client
---
 debian/patches/0001-fix-client-deps.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/0001-fix-client-deps.patch b/debian/patches/0001-fix-client-deps.patch
new file mode 100644
index 0000000..058cb30
--- /dev/null
+++ b/debian/patches/0001-fix-client-deps.patch
@@ -0,0 +1,24 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -149,7 +149,8 @@
+ if (WIN32)
+   find_package(Boost COMPONENTS system thread date_time chrono program_options filesystem REQUIRED)
+ else(WIN32)
+-  find_package(Boost COMPONENTS system thread program_options filesystem REQUIRED)
++  find_package(Boost COMPONENTS system thread program_options REQUIRED)
++  find_package(Boost COMPONENTS filesystem)
+ endif(WIN32)
+ 
+ find_package(ACE)
+--- a/toolboxes/CMakeLists.txt
++++ b/toolboxes/CMakeLists.txt
+@@ -38,7 +38,8 @@
+ find_package(LAPACK)
+ 
+ # Should we compile the python toolbox
+-find_package(Boost COMPONENTS python system thread REQUIRED)
++find_package(Boost COMPONENTS system thread REQUIRED)
++find_package(Boost COMPONENTS python)
+ if (Boost_PYTHON_FOUND AND PYTHONLIBS_FOUND AND NUMPY_FOUND)
+     add_subdirectory(python)
+ endif (Boost_PYTHON_FOUND AND PYTHONLIBS_FOUND AND NUMPY_FOUND)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..23e582c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-client-deps.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gadgetron.git



More information about the debian-med-commit mailing list