[med-svn] r4095 - in trunk/packages/insighttoolkit/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Sep 30 14:28:48 UTC 2009
Author: malat-guest
Date: 2009-09-30 14:28:47 +0000 (Wed, 30 Sep 2009)
New Revision: 4095
Added:
trunk/packages/insighttoolkit/trunk/debian/patches/use_system_vxl.patch
Modified:
trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian
trunk/packages/insighttoolkit/trunk/debian/patches/series
Log:
Prepare for system VXL but leave option OFF for now
Modified: trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian 2009-09-30 14:14:21 UTC (rev 4094)
+++ trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian 2009-09-30 14:28:47 UTC (rev 4095)
@@ -51,6 +51,7 @@
ITK_USE_SYSTEM_PNG:BOOL=ON
ITK_USE_SYSTEM_TIFF:BOOL=ON
ITK_USE_SYSTEM_ZLIB:BOOL=ON
+ITK_USE_SYSTEM_VXL:BOOL=OFF
// Optional libraries
USE_FFTWD:BOOL=ON
Modified: trunk/packages/insighttoolkit/trunk/debian/patches/series
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/series 2009-09-30 14:14:21 UTC (rev 4094)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/series 2009-09-30 14:28:47 UTC (rev 4095)
@@ -1,3 +1,4 @@
gccxml-workaround.patch
03_examples.patch
tcl-install.patch
+use_system_vxl.patch
Added: trunk/packages/insighttoolkit/trunk/debian/patches/use_system_vxl.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/use_system_vxl.patch (rev 0)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/use_system_vxl.patch 2009-09-30 14:28:47 UTC (rev 4095)
@@ -0,0 +1,18 @@
+http://public.kitware.com/cgi-bin/viewcvs.cgi/Wrapping/CSwig/CMakeLists.txt?root=Insight&r1=1.63&r2=1.64&view=patch
+
+--- insighttoolkit-3.4.0.orig/Wrapping/CSwig/CMakeLists.txt 2008/06/05 15:53:53 1.63
++++ insighttoolkit-3.4.0/Wrapping/CSwig/CMakeLists.txt 2009/09/30 10:01:40 1.64
+@@ -303,6 +303,13 @@
+ ${ITK_TOP}/Wrapping/CSwig/IO
+ ${ITK_TOP}/Wrapping/CSwig/Algorithms
+ )
++IF(ITK_USE_SYSTEM_VXL)
++ SET(SWIG_INC
++ ${SWIG_INC}
++ ${VXL_VCL_INCLUDE_DIR}
++ ${VXL_CORE_INCLUDE_DIR}
++ )
++ENDIF(ITK_USE_SYSTEM_VXL)
+ ADD_DEFINITIONS(-DSWIG_GLOBAL)
+
+ SET(ITK_KITS VXLNumerics CommonA CommonB Numerics
Property changes on: trunk/packages/insighttoolkit/trunk/debian/patches/use_system_vxl.patch
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
More information about the debian-med-commit
mailing list