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

Steven Michael Robbins smr at moszumanska.debian.org
Fri Jan 3 04:34:33 UTC 2014


Author: smr
Date: 2014-01-03 04:34:32 +0000 (Fri, 03 Jan 2014)
New Revision: 15715

Modified:
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Turn off ITK_USE_FFTW{D,F}.  The old rules with -DUSE_FFTWD:BOOL=ON, etc, 
did not actually enable use of FFTW, so this is restoring the status quo.


Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2014-01-02 23:12:21 UTC (rev 15714)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2014-01-03 04:34:32 UTC (rev 15715)
@@ -21,8 +21,8 @@
 	-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
 	-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-	-DITK_USE_FFTWD:BOOL=ON \
-	-DITK_USE_FFTWF:BOOL=ON \
+	-DITK_USE_FFTWD:BOOL=OFF \
+	-DITK_USE_FFTWF:BOOL=OFF \
 	-DITK_USE_STRICT_CONCEPT_CHECKING:BOOL=ON \
 	-DITK_USE_SYSTEM_DCMTK:BOOL=ON \
 	-DITK_USE_SYSTEM_FFTW:BOOL=OFF \




More information about the debian-med-commit mailing list