[opencv] 03/11: d/rules: enable DICOM support.

Mattia Rizzolo mattia at debian.org
Mon Oct 16 22:03:56 UTC 2017


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

mattia pushed a commit to branch master
in repository opencv.

commit 92a48f74ef76c3848f44ff246e331ca93332813d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Oct 16 20:36:25 2017 +0200

    d/rules: enable DICOM support.
    
    Closes: #843513
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/control | 1 +
 debian/rules   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index e0db98a..ccefdaa 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends:
  libdc1394-22-dev [linux-any],
  libeigen3-dev,
  libgdal-dev,
+ libgdcm2-dev [!hppa !m68k !powerpcspe !sh4],
  libgl1-mesa-dev,
  libglu1-mesa-dev,
  libgoogle-glog-dev,
diff --git a/debian/rules b/debian/rules
index 54d3df7..ab98d29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,7 @@ CMAKE_FLAGS = \
 	-DWITH_EIGEN=ON \
 	-DWITH_VTK=ON \
 	-DWITH_GDAL=ON \
+	-DWITH_GDCM=ON \
 	-DWITH_XINE=OFF	\
 	-DWITH_IPP=OFF \
 	-DBUILD_TESTS=OFF \

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



More information about the debian-science-commits mailing list