[ecflow] 21/50: first compiling version

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Sep 20 15:30:45 UTC 2017


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

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

commit bb1b324d8185af8e49b15c512873e2b63684d454
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jul 11 06:24:38 2017 +0100

    first compiling version
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 96e6251..8cc4686 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,13 @@ export DH_VERBOSE=1
 
 # The magic debhelper  rule
 %:
-	dh $@ --buildsystem=cmake
+	dh $@ --parallel --with python2,python3 --with-buildsystem=cmake
+
+export CXX=g++-6
 
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -DNO_REGEXP
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) -std=c++11
+CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) # -std=c++11
 
 DESTDIR:=`pwd`/debian/tmp/
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

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



More information about the debian-science-commits mailing list