Skip to content
Commits on Source (5)
insighttoolkit4 (4.13.2-dfsg1-2) unstable; urgency=medium
insighttoolkit4 (4.13.2-dfsg1-2) UNRELEASED; urgency=medium
* d/control: Switch python package name to python3
* d/*: Make it compile with gcc-9, Closes: #944179
-- Gert Wollny <gewo@debian.org> Mon, 11 Nov 2019 19:23:04 +0100
......
......@@ -8,8 +8,7 @@ Uploaders: Steve M. Robbins <smr@debian.org>,
Build-Depends: debhelper (>= 9),
cmake (>= 2.8.9),
swig3.0,
castxml (>= 0.1+git20160202-1.1),
g++-8,
castxml (>= 0.2-3),
zlib1g-dev (>= 1.2.2),
libdouble-conversion-dev,
libexpat-dev,
......
......@@ -65,3 +65,17 @@
#endif
#if defined(_WIN32) || defined(WIN32)
--- a/Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx
+++ b/Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx
@@ -64,6 +64,11 @@
++minor_count;
#endif
+#ifdef VCL_GCC_73
+ ++compiler_count;
+ ++minor_count;
+#endif
+
#ifdef VCL_VC
++compiler_count;
#endif
......@@ -8,3 +8,4 @@ itk4.12.0-resource_cprobe.patch
disable-doxygen.patch
simplify-system-gtest.patch
fix-minc-includes.patch
remove_gcc_version_test.patch
......@@ -87,7 +87,7 @@ pkg_python = insighttoolkit$(VER_MAJOR)-python3
override_dh_auto_configure-indep:
override_dh_auto_configure-arch: pre-build
CXX=g++-8 dh_auto_configure -- $(CMAKE_FLAGS)
dh_auto_configure -- $(CMAKE_FLAGS)
override_dh_auto_build-indep:
......