[xdmf] 01/04: Don't try to build wiht g++-7 yet

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:24:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository xdmf.

commit 225f8d3b572b0093d9daa15ce2a99b6e66f89333
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu May 18 08:28:43 2017 +0100

    Don't try to build wiht g++-7 yet
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index cc23b1a..ad5adf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,9 @@ PY3:=$(shell py3versions -s)m
 
 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -fPIC
 
+# Don't use experimental g++-7. FTBFS
+export CXX=ga+-6
+
 BUILD_DIRS:= debian/build-mpi-py2 debian/build-serial-py2 debian/build-mpi-py3 debian/build-serial-py3
 
 CMAKE_FLAGS:= -DXDMF_SYSTEM_ZLIB=ON -DXDMF_SYSTEM_LIBXML2=ON -DXDMF_USE_BZIP2=ON -DXDMF_USE_GZIP=ON \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/xdmf.git



More information about the debian-science-commits mailing list