[Lunar-commits] <moonbase> cloog-ppl: Version bump and it needs polylib.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Dec 24 00:05:02 CET 2009
commit 48dcf963d0eb97b6939de016de9674f7199b8444
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Dec 23 18:05:02 2009 -0500
cloog-ppl: Version bump and it needs polylib.
---
zbeta/cloog-ppl/BUILD | 9 ++++-----
zbeta/cloog-ppl/DEPENDS | 3 ++-
zbeta/cloog-ppl/DETAILS | 11 +++++------
3 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/zbeta/cloog-ppl/BUILD b/zbeta/cloog-ppl/BUILD
index dbe182b..948252f 100644
--- a/zbeta/cloog-ppl/BUILD
+++ b/zbeta/cloog-ppl/BUILD
@@ -1,10 +1,9 @@
(
+ CFLAGS="$CFLAGS -I/usr/include/polylib" &&
+
OPTS="--with-ppl" &&
- default_config &&
- make &&
- prepare_install &&
- make check &&
- make install
+
+ default_build
) > $C_FIFO 2>&1
diff --git a/zbeta/cloog-ppl/DEPENDS b/zbeta/cloog-ppl/DEPENDS
index a412d5a..827d994 100644
--- a/zbeta/cloog-ppl/DEPENDS
+++ b/zbeta/cloog-ppl/DEPENDS
@@ -1,2 +1,3 @@
depends gmp
-depends ppl
\ No newline at end of file
+depends ppl
+depends polylib
diff --git a/zbeta/cloog-ppl/DETAILS b/zbeta/cloog-ppl/DETAILS
index 5e115b4..ac18315 100644
--- a/zbeta/cloog-ppl/DETAILS
+++ b/zbeta/cloog-ppl/DETAILS
@@ -1,15 +1,14 @@
MODULE=cloog-ppl
- VERSION=0.15.3
+ VERSION=0.15.7
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL[0]=http://www.bastoul.net/cloog/pages/download/
SOURCE_URL[1]=ftp://gcc.gnu.org/pub/gcc/infrastructure/
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_VFY=sha1:e58c8b0bf3abab3e2e781075796e366ff0281c9a
+ SOURCE_VFY=sha1:dfcc68838d715af8a87f763d3a1cd30531f7dfdd
WEB_SITE="http://www.cloog.org/"
ENTERED=20090426
- UPDATED=20090605
- SHORT="CLooG is a free software and library to generate code for scanning Z-polyhedra."
-cat <<EOF
+ UPDATED=20091223
+ SHORT="CLooG generates code for scanning Z-polyhedra."
+cat << EOF
CLooG is a free software and library to generate code for
scanning Z-polyhedra. That is, it finds a code (e.g. in C,
FORTRAN...) that reaches each integral point of one or more
More information about the Lunar-commits
mailing list