Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/rules: drop 4D wrapping, since the build gets too big for the build servers
· 31937aa6
Gert Wollny
authored
Nov 01, 2019
31937aa6
Prep for new upload
· e40526a3
Gert Wollny
authored
Nov 01, 2019
e40526a3
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e40526a3
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
...
...
debian/rules
View file @
e40526a3
...
...
@@ -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 \
...
...