[visp] 05/06: Add dependency to libgsl0-dev 3rd party

Thomas Moulard thomas_moulard-guest at moszumanska.debian.org
Tue Jun 3 06:17:56 UTC 2014


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

thomas_moulard-guest pushed a commit to branch master
in repository visp.

commit 20fdf5556f8fcb45a9bc336310f9ee559ad82713
Author: Fabien Spindler <Fabien.Spindler at inria.fr>
Date:   Sun Jun 1 22:30:22 2014 +0200

    Add dependency to libgsl0-dev 3rd party
---
 debian/control | 2 ++
 debian/rules   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4302aa3..4c652c6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9),
                doxygen-latex,
                libopencv-dev [!any-sparc64 !x32],
                liblapack-dev,
+               libgsl0-dev,
                libcoin80-dev | libcoin60-dev,
                libsoqt4-dev,
                libogre-1.9-dev [!any-sh4] | libogre-1.8-dev [!any-sh4] | libogre-dev [!any-sh4],
@@ -39,6 +40,7 @@ Architecture: any
 Section: libdevel
 Depends: libopencv-dev [!any-sparc64 !x32],
          liblapack-dev,
+         libgsl0-dev,
          libcoin80-dev | libcoin60-dev,
          libsoqt4-dev,
          libogre-1.9-dev [!any-sh4] | libogre-1.8-dev [!any-sh4] | libogre-dev [!any-sh4],
diff --git a/debian/rules b/debian/rules
index 6391887..237168b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 # opencv: available on all platforms
 # coin3: available on all platforms
 # lapack: available on all platforms
+# libgsl0: available on all platforms
 # ogre: available on all platforms
 # xml2: available on all platforms
 # libjpeg6b: available on all platforms
@@ -37,7 +38,7 @@ CONFIGURE_ARGS=	\
  -DUSE_DC1394_1=OFF -DUSE_FFMPEG=ON				\
  -DUSE_OPENCV=ON 						\
  -DUSE_COIN=ON -DUSE_GSL=OFF					\
- -DUSE_LAPACK=ON -DUSE_OGRE=ON					\
+ -DUSE_LAPACK=ON -DUSE_GSL=ON -DUSE_OGRE=ON			\
  -DUSE_XML2=ON -DUSE_GTK2=ON -DUSE_LIBJPEG=ON			\
  -DUSE_LIBPNG=ON -DUSE_X11=ON
 

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



More information about the debian-science-commits mailing list