]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
cloog: Rebuild cloog with ppl >= 0.11.2.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Jul 2011 14:00:36 +0000 (16:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Jul 2011 14:00:36 +0000 (16:00 +0200)
pkgs/cloog/cloog.nm

index d15bb83b57d78f3503e1b1bd8f6f155b30684688..815d8b11080f64c3732911ec47e0cf387bf5e36f 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = cloog
 PKG_VER        = 0.15.9
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
 PKG_GROUPS     = System/Libraries
@@ -34,7 +34,7 @@ PKG_URL        = http://www.cloog.org
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = The Chunky Loop Generator.
 
-PKG_BUILD_DEPS+= autoconf automake gmp-devel m4 ppl-devel
+PKG_BUILD_DEPS+= autoconf automake gmp-devel m4 ppl-devel>=0.11.2
 
 define PKG_DESCRIPTION
        CLooG is a software which generates loops for scanning Z-polyhedra. That is, \
@@ -52,6 +52,11 @@ DIR_APP        = $(DIR_SRC)/$(PKG_NAME)-ppl-$(PKG_VER)
 CONFIGURE_OPTIONS += \
        --with-ppl
 
+define STAGE_PREPARE_CMDS
+       cd $(DIR_APP) && sed -i configure \
+               -e "s/ppl_minor_version=10/ppl_minor_version=11/"
+endef
+
 define STAGE_TEST
        cd $(DIR_APP) && make check
 endef