Author: smr Date: 2013-12-30 19:40:47 +0000 (Mon, 30 Dec 2013) New Revision: 15675
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/control trunk/packages/insighttoolkit/trunk/debian/control.in trunk/packages/insighttoolkit/trunk/debian/rules Log: Disable use of FFTW; remove build-dep on libfftw3-dev. Enable use of DCMTK module; add build-dep on libdcmtk2-dev. Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2013-12-30 13:23:02 UTC (rev 15674) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2013-12-30 19:40:47 UTC (rev 15675) @@ -1,3 +1,10 @@ +insighttoolkit4 (4.5.0-2) UNRELEASED; urgency=medium + + * rules: Enable modules ITKDCMTK (using system DCMTK) and Review. + * control.in: Build-depend on libdcmtk2-dev. + + -- Steve M. Robbins <[email protected]> Mon, 30 Dec 2013 13:36:47 -0600 + insighttoolkit4 (4.5.0-1) unstable; urgency=low * New upstream. Modified: trunk/packages/insighttoolkit/trunk/debian/control =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/control 2013-12-30 13:23:02 UTC (rev 15674) +++ trunk/packages/insighttoolkit/trunk/debian/control 2013-12-30 19:40:47 UTC (rev 15675) @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), cmake, cableswig (>= 0.1.0+cvs20110226), gccxml (>= 0.9.0+cvs20110723), zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff5-alt-dev, - libfftw3-dev, + libdcmtk2-dev, uuid-dev, libminc-dev, libhdf5-dev, libvtk5-dev, python-vtk Standards-Version: 3.9.5 Modified: trunk/packages/insighttoolkit/trunk/debian/control.in =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/control.in 2013-12-30 13:23:02 UTC (rev 15674) +++ trunk/packages/insighttoolkit/trunk/debian/control.in 2013-12-30 19:40:47 UTC (rev 15675) @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), cmake, cableswig (>= 0.1.0+cvs20110226), gccxml (>= 0.9.0+cvs20110723), zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff5-alt-dev, - libfftw3-dev, + libdcmtk2-dev, uuid-dev, libminc-dev, libhdf5-dev, libvtk5-dev, python-vtk Standards-Version: 3.9.5 Modified: trunk/packages/insighttoolkit/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/rules 2013-12-30 13:23:02 UTC (rev 15674) +++ trunk/packages/insighttoolkit/trunk/debian/rules 2013-12-30 19:40:47 UTC (rev 15675) @@ -24,7 +24,8 @@ -DITK_USE_FFTWD:BOOL=ON \ -DITK_USE_FFTWF:BOOL=ON \ -DITK_USE_STRICT_CONCEPT_CHECKING:BOOL=ON \ - -DITK_USE_SYSTEM_FFTW:BOOL=ON \ + -DITK_USE_SYSTEM_DCMTK:BOOL=ON \ + -DITK_USE_SYSTEM_FFTW:BOOL=OFF \ -DITK_USE_SYSTEM_GDCM:BOOL=OFF \ -DITK_USE_SYSTEM_HDF5:BOOL=OFF \ -DITK_USE_SYSTEM_JPEG:BOOL=ON \ @@ -32,6 +33,7 @@ -DITK_USE_SYSTEM_TIFF:BOOL=ON \ -DITK_USE_SYSTEM_VXL:BOOL=OFF \ -DITK_USE_SYSTEM_ZLIB:BOOL=ON \ + -DModule_ITKDCMTK:BOOL=ON \ -DModule_ITKIOPhilipsREC:BOOL=OFF \ -DModule_ITKLevelSetsv4Visualization:BOOL=OFF \ -DModule_ITKReview:BOOL=ON \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
