Verified Commit 6947f198 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

Force the use of gcc/g++ 8

parent 8d3e005f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
insighttoolkit4 (4.12.2-dfsg1-5) UNRELEASED; urgency=medium

  * Force the use of gcc/g++ 8.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Fri, 04 Oct 2019 12:20:29 +0200

insighttoolkit4 (4.12.2-dfsg1-4) unstable; urgency=medium

  * d/rules: Remove build dir right after installation
+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ Build-Depends: debhelper (>= 9),
        libnifti-dev, 
	libhdf5-dev,
	dh-python,	
	python-all-dev
	python-all-dev,
        g++-8,
        gcc-8
#	libvtk6-dev -- only needed if we enable one of the following modules:
# VtkGlue, LevelSetsv4Visualization
Standards-Version: 4.1.4
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ pkg_python = insighttoolkit$(VER_MAJOR)-python
override_dh_auto_configure-indep:

override_dh_auto_configure-arch: pre-build
	dh_auto_configure -- $(CMAKE_FLAGS)
	CC=gcc-8 CXX=g++-8 dh_auto_configure -- $(CMAKE_FLAGS)

override_dh_auto_build-indep: