[med-svn] [Git][med-team/insighttoolkit][stable-412] Force the use of gcc/g++ 8
Michael R. Crusoe
gitlab at salsa.debian.org
Fri Oct 4 15:12:40 BST 2019
Michael R. Crusoe pushed to branch stable-412 at Debian Med / insighttoolkit
Commits:
6947f198 by Michael R. Crusoe at 2019-10-04T10:59:33Z
Force the use of gcc/g++ 8
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+insighttoolkit4 (4.12.2-dfsg1-5) UNRELEASED; urgency=medium
+
+ * Force the use of gcc/g++ 8.
+
+ -- Michael R. Crusoe <michael.crusoe at 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
=====================================
debian/control
=====================================
@@ -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
=====================================
debian/rules
=====================================
@@ -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:
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/commit/6947f1988913e72dd25345eb346e9e8386b88ef7
--
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/commit/6947f1988913e72dd25345eb346e9e8386b88ef7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191004/83b4f2d0/attachment-0001.html>
More information about the debian-med-commit
mailing list