[med-svn] r17559 - trunk/packages/insighttoolkit/trunk/debian

Gert Wollny gert-guest at moszumanska.debian.org
Wed Jul 30 09:01:39 UTC 2014


Author: gert-guest
Date: 2014-07-30 09:01:39 +0000 (Wed, 30 Jul 2014)
New Revision: 17559

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
enable hdf5 and document why system double-conversion can not be used

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2014-07-30 08:03:59 UTC (rev 17558)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2014-07-30 09:01:39 UTC (rev 17559)
@@ -1,5 +1,8 @@
 insighttoolkit4 (4.6.0-1) UNRELEASED; urgency=medium
 
+  * remove dependency on libdouble-conversion-dev, since it currently can not be used
+    (#756480)
+  * enable use of system hdf5 library  
   * Remove patch to increase OtsuThreshold computation precision (added upstream) 
   * Remove patch to increase itkVoronoiPartitioningImageFilterTest1 tolerance (added upstream) 
   * Revise patch to avoid including emmintr.h when __SSE2__ is not defined

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2014-07-30 08:03:59 UTC (rev 17558)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2014-07-30 09:01:39 UTC (rev 17559)
@@ -15,7 +15,6 @@
 	libfftw3-dev,
 	libdcmtk2-dev, 
 	libgdcm2-dev, 
-	libdouble-conversion-dev,
 	uuid-dev, 
 	libminc-dev, 
 	libhdf5-dev, 

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2014-07-30 08:03:59 UTC (rev 17558)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2014-07-30 09:01:39 UTC (rev 17559)
@@ -7,7 +7,7 @@
 
 # TODO: turn on the following:
 #
-# system HDF5 (omits C++ bindings; Bug #660547)
+# system double-conversion ( currently doesn't provide *.cmake files #756480 ) 
 # system FFTW (test failures; see http://lists.debian.org/debian-med/2012/04/msg00064.html)
 #             ( __float128 not parsed by gccxml on i386 
 #              http://public.kitware.com/pipermail/gccxml/2011-December/thread.html#1470
@@ -44,7 +44,7 @@
 	-DITK_USE_SYSTEM_DCMTK:BOOL=ON \
 	-DITK_USE_SYSTEM_GDCM:BOOL=ON \
 	-DITK_USE_SYSTEM_DOUBLECONVERSION:BOOL=OFF \
-	-DITK_USE_SYSTEM_HDF5:BOOL=OFF \
+	-DITK_USE_SYSTEM_HDF5:BOOL=ON \
 	-DITK_USE_SYSTEM_JPEG:BOOL=ON \
 	-DITK_USE_SYSTEM_PNG:BOOL=ON \
 	-DITK_USE_SYSTEM_TIFF:BOOL=ON \




More information about the debian-med-commit mailing list