Skip to content
Commits on Source (2)
insighttoolkit4 (4.13.2-dfsg1-1~exp6) experimental; urgency=medium
* d/rules: drop 4D wrapping, since the build gets too big
for the build servers
-- Gert Wollny <gewo@debian.org> Fri, 01 Nov 2019 08:47:27 +0100
insighttoolkit4 (4.13.2-dfsg1-1~exp5) experimental; urgency=medium
* d/p/itk4.12.0-resource_cprobe: rebase patch
......
......@@ -66,7 +66,7 @@ CMAKE_FLAGS = \
-DVCL_INCLUDE_CXX_0X:BOOL=ON \
-DITK_USE_SYSTEM_SWIG:BOOL=ON \
-DITK_USE_SYSTEM_CASTXML:BOOL=ON \
-DITK_WRAP_IMAGE_DIMS="2;3;4" \
-DITK_WRAP_IMAGE_DIMS="2;3" \
-DITK_WRAP_unsigned_long:BOOL=$(ENABLE_UNSIGNED_LONG) \
-DITK_WRAP_double:BOOL=ON \
-DITK_WRAP_vector_double:BOOL=ON \
......