[med-svn] r5634 - trunk/packages/insightapplications/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Fri Dec 31 04:47:43 UTC 2010


Author: smr
Date: 2010-12-31 04:47:41 +0000 (Fri, 31 Dec 2010)
New Revision: 5634

Modified:
   trunk/packages/insightapplications/trunk/debian/rules
Log:


Modified: trunk/packages/insightapplications/trunk/debian/rules
===================================================================
--- trunk/packages/insightapplications/trunk/debian/rules	2010-12-31 04:46:41 UTC (rev 5633)
+++ trunk/packages/insightapplications/trunk/debian/rules	2010-12-31 04:47:41 UTC (rev 5634)
@@ -1,18 +1,18 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --parallel
 
 linker_common_flags = -L /usr/lib/pyshared/python2.6/vtk
 
 DEB_CMAKE_EXTRA_FLAGS += \
-	-DUSE_VolviewPlugins=OFF \
-	-DCMAKE_INSTALL_PREFIX=/usr \
-	-DCMAKE_BUILD_TYPE=RELEASE \
-	-DCMAKE_SKIP_RPATH=ON \
-	-DITK_DIR=/usr/lib/InsightToolkit \
-	-DUSE_FLTK=true \
-	-DUSE_VTK=true \
+	-DUSE_VolviewPlugIns:BOOL=OFF \
+	-DUSE_vtkITK:BOOL=OFF \
+	-DCMAKE_BUILD_TYPE:STRING=RELEASE \
+	-DCMAKE_SKIP_RPATH:BOOL=ON \
+	-DUSE_FLTK:BOOL=true \
+	-DUSE_SNAP:BOOL=false \
+	-DUSE_VTK:BOOL=true \
 	-DVTK_DIR=/usr/lib/vtk-5.4 \
 	-DCMAKE_MODULE_LINKER_FLAGS='$(linker_common_flags)' \
 	-DCMAKE_SHARED_LINKER_FLAGS='$(linker_common_flags)'




More information about the debian-med-commit mailing list