[70417] trunk/dports/devel

adfernandes at macports.org adfernandes at macports.org
Sun Aug 8 11:52:21 PDT 2010


Revision: 70417
          http://trac.macports.org/changeset/70417
Author:   adfernandes at macports.org
Date:     2010-08-08 11:52:21 -0700 (Sun, 08 Aug 2010)
Log Message:
-----------
new port: cloog-ppl - required for gcc graphite variant

Added Paths:
-----------
    trunk/dports/devel/cloog-ppl/
    trunk/dports/devel/cloog-ppl/Portfile

Added: trunk/dports/devel/cloog-ppl/Portfile
===================================================================
--- trunk/dports/devel/cloog-ppl/Portfile	                        (rev 0)
+++ trunk/dports/devel/cloog-ppl/Portfile	2010-08-08 18:52:21 UTC (rev 70417)
@@ -0,0 +1,37 @@
+# $Id$
+PortSystem          1.0
+
+name                cloog-ppl
+version             0.15.9
+categories          devel math
+
+maintainers         openmaintainer adfernandes
+platforms           darwin
+
+description         The CLooG Code Generator in the Polyhedral Model's Home
+
+long_description    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.
+
+homepage            http://repo.or.cz/w/cloog-ppl.git
+master_sites        ftp://gcc.gnu.org/pub/gcc/infrastructure/
+
+checksums           sha1    08c9458dbccaa3a7522156580f814dc14399febd
+
+depends_lib         port:ppl port:polylib
+
+                    # The 'ppl' port is needed so that 'cloog' can be used with 'gcc45+'. We
+                    # don't use a variant since there's no way to guarantee a variant is set.
+configure.args      --with-ppl
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar.gz


Property changes on: trunk/dports/devel/cloog-ppl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100808/d575817b/attachment.html>


More information about the macports-changes mailing list