[med-svn] [Git][med-team/insighttoolkit][master] 2 commits: d/control: Use python3
Gert Wollny
gitlab at salsa.debian.org
Wed Oct 23 17:48:39 BST 2019
Gert Wollny pushed to branch master at Debian Med / insighttoolkit
Commits:
ac396a0f by Gert Wollny at 2019-10-23T16:15:54Z
d/control: Use python3
- - - - -
afa8a8fe by Gert Wollny at 2019-10-23T16:33:22Z
d/rules, control: Try force g++-8 to work around new intrinsics
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9),
cmake (>= 2.8.9),
swig3.0,
castxml (>= 0.1+git20160202-1.1),
+ g++-8,
zlib1g-dev (>= 1.2.2),
libdouble-conversion-dev,
libexpat-dev,
@@ -22,7 +23,7 @@ Build-Depends: debhelper (>= 9),
libminc-dev,
libnifti-dev,
libhdf5-dev,
- python-dev
+ python3-dev
# libvtk6-dev -- only needed if we enable one of the following modules:
# VtkGlue, LevelSetsv4Visualization
Standards-Version: 4.1.3
=====================================
debian/rules
=====================================
@@ -89,7 +89,7 @@ pkg_python = insighttoolkit$(VER_MAJOR)-python
override_dh_auto_configure-indep:
override_dh_auto_configure-arch: pre-build
- dh_auto_configure -- $(CMAKE_FLAGS)
+ CXX=g++-8 dh_auto_configure -- $(CMAKE_FLAGS)
override_dh_auto_build-indep:
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/eb308ed7f114ca1b359efc421d9617f4fe2f07a1...afa8a8febced41d2bf85fdb1b924fe1f25f8525d
--
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/eb308ed7f114ca1b359efc421d9617f4fe2f07a1...afa8a8febced41d2bf85fdb1b924fe1f25f8525d
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/20191023/14da7618/attachment-0001.html>
More information about the debian-med-commit
mailing list