[gringo] 01/01: Fix FTBFS on ia64, sparc, and powerpc.

Thomas Krennwallner tkren-guest at moszumanska.debian.org
Tue Dec 17 06:24:37 UTC 2013


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

tkren-guest pushed a commit to branch master
in repository gringo.

commit 1330c2b8dd47217dd3245155b28970ae82766569
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Date:   Tue Dec 17 07:23:49 2013 +0100

    Fix FTBFS on ia64, sparc, and powerpc.
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8322abf..a223a31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gringo (4.2.1-2) unstable; urgency=low
+
+  * debian/control: FTBFS on ia64 sparc powerpc, Build-Depends is now
+    g++-4.8 >= 4.8.0.
+  * debian/rules: Set CXX to g++-4.8.
+
+ -- Thomas Krennwallner <tkren at kr.tuwien.ac.at>  Tue, 17 Dec 2013 07:07:54 +0100
+
 gringo (4.2.1-1) unstable; urgency=low
 
   gringo 4.2 adds support for {i,o,}clingo again.
diff --git a/debian/control b/debian/control
index 085e229..fbbee3f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
 Build-Depends: debhelper (>= 9),
- g++ (>= 4.8.0),
+ g++-4.8 (>= 4.8.0),
  scons,
  re2c,
  bison,
diff --git a/debian/rules b/debian/rules
index a778bf0..199fff3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,8 @@
 arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep "(amd64|ia64|ppc64)")
 os = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS | grep linux)
 
-CONFIGPARMS = WITH_LUA='lua5.1' WITH_PYTHON='python2.7' CPPPATH='$${["/usr/include/lua5.1","/usr/include/python2.7"]}'
+# force g++-4.8, lua5.1, and python2.7
+CONFIGPARMS = CXX='g++-4.8' WITH_LUA='lua5.1' WITH_PYTHON='python2.7' CPPPATH='$${["/usr/include/lua5.1","/usr/include/python2.7"]}'
 ifeq ($(and $(if $(os),good), $(if $(arch),good)), good)
 	CONFIGPARMS += WITH_TBB="tbb"
 endif

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



More information about the debian-science-commits mailing list