[Lunar-commits] <moonbase-other> Revert "cloog-ppl: removing because obsolete"

v4hn me at v4hn.de
Sat Jun 8 01:38:59 CEST 2013


commit 5873c1ea683e7994a3e1d57fe6b7dd477b12233e
Author: v4hn <me at v4hn.de>
Date: Fri, 07 Jun 2013 16:38:13 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5873c1ea683e7994a3e1d57fe6b7dd477b12233e

Revert "cloog-ppl: removing because obsolete"

dveatch can't wait...
Removing this prematurely leaves a reference in core's gcc...

This reverts commit b95b37e8d5d700fe4048e184e7a33232e66a1057.
---
  zbeta/cloog-ppl/BUILD   | +11/-0    
  zbeta/cloog-ppl/DEPENDS | +3/-0     
  zbeta/cloog-ppl/DETAILS | +24/-0    
  3 files changed, 38 insertions(+)

--- /dev/null
+++ b/zbeta/cloog-ppl/BUILD
@@ -0,0 +1,11 @@
+(
+
+  CFLAGS="$CFLAGS -I/usr/include/polylib"  &&
+
+  OPTS="--with-ppl --disable-static"  &&
+
+  sedit "s:ppl_minor_version=10:ppl_minor_version=11:"  configure  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/zbeta/cloog-ppl/DEPENDS
@@ -0,0 +1,3 @@
+depends  gmp
+depends  ppl
+depends  polylib
--- /dev/null
+++ b/zbeta/cloog-ppl/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=cloog-ppl
+         VERSION=0.16.1
+          SOURCE=cloog-parma-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/cloog-parma-$VERSION
+      SOURCE_URL=http://www.bastoul.net/cloog/pages/download
+      SOURCE_VFY=sha1:1c30216ca3d1e1d1feb15203f6d1b48d17faeb38
+        WEB_SITE=http://www.cloog.org
+         ENTERED=20090426
+         UPDATED=20110325
+           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
+parameterized polyhedra. CLooG has been originally written to solve
+the code generation problem for optimizing compilers based on the
+polytope model. Nevertheless it is used now in various area e.g. to
+build control automata for high-level synthesis or to find the best
+polynomial approximation of a function. CLooG may help in any situation
+where scanning polyhedra matters. While the user has full control on
+generated code quality, CLooG is designed to avoid control overhead
+and to produce a very effective code.
+EOF




More information about the Lunar-commits mailing list