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

Steven Michael Robbins smr at alioth.debian.org
Fri Dec 17 02:41:01 UTC 2010


Author: smr
Date: 2010-12-17 02:41:01 +0000 (Fri, 17 Dec 2010)
New Revision: 5601

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Add more dimensions and pixel types, taken from Paul Novotny's list.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2010-12-10 21:50:25 UTC (rev 5600)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2010-12-17 02:41:01 UTC (rev 5601)
@@ -10,7 +10,7 @@
   * rules: Switch from CSWIG wrapping to WrapITK wrapping for java,
     python, and tcl.
 
- -- Steve M. Robbins <smr at debian.org>  Thu, 11 Nov 2010 21:06:52 -0600
+ -- Steve M. Robbins <smr at debian.org>  Thu, 16 Dec 2010 20:39:52 -0600
 
 insighttoolkit (3.20.0-3) experimental; urgency=low
 

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2010-12-10 21:50:25 UTC (rev 5600)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2010-12-17 02:41:01 UTC (rev 5601)
@@ -54,7 +54,6 @@
 	-DBUILD_DOXYGEN:BOOL=OFF \
 	-DCMAKE_CXX_FLAGS:STRING=-Wno-deprecated \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
-	-DUSE_WRAP_ITK:BOOL=ON \
 	-DITK_DATA_ROOT:PATH=ITK_DATA_ROOT_NOTFOUND \
 	-DITK_USE_REVIEW:BOOL=ON \
 	-DITK_USE_REVIEW_STATISTICS:BOOL=ON \
@@ -75,7 +74,21 @@
 	-DTCL_LIBRARY:FILEPATH=/usr/lib/libtcl$(TCLVERS).so \
 	-DTCL_TCLSH:FILEPATH=/usr/bin/tclsh$(TCLVERS) \
 	-DTK_INCLUDE_PATH:PATH=/usr/include/tcl$(TCLVERS) \
-	-DTK_LIBRARY:FILEPATH=/usr/lib/libtk$(TCLVERS).so
+	-DTK_LIBRARY:FILEPATH=/usr/lib/libtk$(TCLVERS).so \
+	-DUSE_WRAP_ITK:BOOL=ON \
+	-DWRAP_ITK_DIMS:STRING=2;3;4 \
+	-DWRAPcomplex_float:BOOL=ON \
+	-DWRAPcovariant_vector_float:BOOL=ON \
+	-DWRAPfloat:BOOL=ON \
+	-DWRAPrgb_unsigned_char:BOOL=ON \
+	-DWRAPrgb_unsigned_short:BOOL=ON \
+	-DWRAPsigned_short:BOOL=ON \
+	-DWRAPunsigned_char:BOOL=ON \
+	-DWRAPunsigned_short:BOOL=ON \
+	-DWRAPvector_float:BOOL=ON \
+	-DWRAP_ITK_JAVA:BOOL=ON \
+	-DWRAP_ITK_PYTHON:BOOL=ON \
+	-DWRAP_ITK_TCL:BOOL=ON
 
 pre-build::
 	test -d Code/Review || mv review Code/Review




More information about the debian-med-commit mailing list