[med-svn] [plastimatch] 07/07: Plastimatch probably builds now; fix issues regarding library dependencies

Greg Sharp gregsharp-guest at moszumanska.debian.org
Mon Dec 5 23:38:16 UTC 2016


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

gregsharp-guest pushed a commit to branch master
in repository plastimatch.

commit 78aa2a0d2b285a729c3ae8f16f432ba63fe377d3
Author: Gregory C. Sharp <gregsharp.geo at yahoo.com>
Date:   Mon Dec 5 18:28:43 2016 -0500

    Plastimatch probably builds now; fix issues regarding library dependencies
---
 debian/control                                     |  2 ++
 ...-dependency-of-plmsys-library-depending-o.patch | 29 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/control b/debian/control
index b07f7b8..f4e785b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,9 @@ Build-Depends: debhelper (>= 9),
                libfftw3-dev,
                libgdcm2-dev,
                libinsighttoolkit4-dev,
+               liblapack-dev,
                libpng-dev,
+               libsqlite3-dev,
                libtiff-dev,
                uuid-dev,
                zlib1g-dev
diff --git a/debian/patches/Fix-missing-dependency-of-plmsys-library-depending-o.patch b/debian/patches/Fix-missing-dependency-of-plmsys-library-depending-o.patch
new file mode 100644
index 0000000..56a914b
--- /dev/null
+++ b/debian/patches/Fix-missing-dependency-of-plmsys-library-depending-o.patch
@@ -0,0 +1,29 @@
+From e8304dbcb053e05d48d3743ba7f348e7143356c5 Mon Sep 17 00:00:00 2001
+From: "Gregory C. Sharp" <gregsharp.geo at yahoo.com>
+Date: Mon, 5 Dec 2016 18:24:55 -0500
+Subject: [PATCH] Fix missing dependency of plmsys library depending on dlib
+ library
+
+---
+ src/plastimatch/sys/CMakeLists.txt | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/plastimatch/sys/CMakeLists.txt b/src/plastimatch/sys/CMakeLists.txt
+index c0acc19c..dbb11920 100644
+--- a/src/plastimatch/sys/CMakeLists.txt
++++ b/src/plastimatch/sys/CMakeLists.txt
+@@ -53,8 +53,9 @@ endforeach ()
+ ##-----------------------------------------------------------------------------
+ ##  LIBRARY DEPENDENCIES
+ ##-----------------------------------------------------------------------------
+-set (PLMSYS_LIBRARY_DEPENDENCIES 
+-    )
++set (PLMSYS_LIBRARY_DEPENDENCIES
++  ${DLIB_LIBRARIES}
++  )
+ if (LIBDL_FOUND)
+     set (PLMSYS_LIBRARY_DEPENDENCIES
+ 	${PLMSYS_LIBRARY_DEPENDENCIES}
+-- 
+2.11.0
+
diff --git a/debian/patches/series b/debian/patches/series
index 649ac7d..97a68a5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 Fix-for-updated-dlib-configuration-in-Debian-unstabl.patch
+Fix-missing-dependency-of-plmsys-library-depending-o.patch

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



More information about the debian-med-commit mailing list