[gringo] 04/05: build with liblua5.3

Thomas Krennwallner tkren-guest at moszumanska.debian.org
Sun May 1 07:01:25 UTC 2016


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

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

commit 6080fa45e99a885e69524911c4f6c8cf8bd541b3
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Date:   Sun May 1 07:54:03 2016 +0200

    build with liblua5.3
---
 debian/control | 2 +-
 debian/rules   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index eee9220..aa7b0ab 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
  re2c,
  bison,
  libtbb-dev (>= 4.0+r233) [amd64 ia64 ppc64 ppc64el],
- liblua5.2-dev,
+ liblua5.3-dev,
  libpython2.7-dev
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/gringo.git
diff --git a/debian/rules b/debian/rules
index fdb99b7..78baaa2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,8 @@
 arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep "(amd64|ia64|ppc64)")
 os = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS | grep linux)
 
-# force g++, lua5.2, and python2.7
-CONFIGPARMS = CXX='g++' WITH_LUA='lua5.2' WITH_PYTHON='python2.7' CPPPATH='$${["/usr/include/lua5.2","/usr/include/python2.7"]}'
+# force g++, lua5.3, and python2.7
+CONFIGPARMS = CXX='g++' WITH_LUA='lua5.3' WITH_PYTHON='python2.7' CPPPATH='$${["/usr/include/lua5.3","/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