[Lunar-commits] <moonbase-other> cloog: added for graphite optimization

Jean-Michel Bruenn wdp at lunar-linux.org
Sat Jun 8 11:55:52 CEST 2013


commit e722a7fe3e4abec6959a1391e65826f2c38fb282
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Sat, 08 Jun 2013 02:52:59 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e722a7fe3e4abec6959a1391e65826f2c38fb282

cloog: added for graphite optimization
---
  devel/cloog/DEPENDS | +1/-0     
  devel/cloog/DETAILS | +23/-0    
  2 files changed, 24 insertions(+)

--- /dev/null
+++ b/devel/cloog/DEPENDS
@@ -0,0 +1 @@
+optional_depends "isl"  "--with-isl=system" "--with-isl=bundled" "Use system ISL?"
--- /dev/null
+++ b/devel/cloog/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=cloog
+         VERSION=0.18.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=ftp://gcc.gnu.org/pub/gcc/infrastructure/
+      SOURCE_VFY=sha1:85f620a26aabf6a934c44ca40a9799af0952f863
+        WEB_SITE=http://www.cloog.org
+         ENTERED=20130517
+         UPDATED=20130517
+           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