[Lunar-commits] <moonbase> cloog-ppl: make it use ppl 0.11.
Florin Braescu
florin at lunar-linux.org
Wed Sep 1 21:24:02 CEST 2010
commit 8e6feb956635852130d68f1f87f6a319ca44645c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Sep 1 22:24:02 2010 +0300
cloog-ppl: make it use ppl 0.11.
---
zbeta/cloog-ppl/BUILD | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/zbeta/cloog-ppl/BUILD b/zbeta/cloog-ppl/BUILD
index 948252f..1ff1e4c 100644
--- a/zbeta/cloog-ppl/BUILD
+++ b/zbeta/cloog-ppl/BUILD
@@ -1,8 +1,10 @@
(
- CFLAGS="$CFLAGS -I/usr/include/polylib" &&
+ CFLAGS="$CFLAGS -I/usr/include/polylib" &&
- OPTS="--with-ppl" &&
+ OPTS="--with-ppl" &&
+
+ sedit "s:ppl_minor_version=10:ppl_minor_version=11:" configure &&
default_build
More information about the Lunar-commits
mailing list