[92877] trunk/dports/lang/gcc48/Portfile

adfernandes at macports.org adfernandes at macports.org
Wed May 9 07:29:30 PDT 2012


Revision: 92877
          https://trac.macports.org/changeset/92877
Author:   adfernandes at macports.org
Date:     2012-05-09 07:29:30 -0700 (Wed, 09 May 2012)
Log Message:
-----------
gcc48: add cloog to enable graphite optimizations by default; #33635

Modified Paths:
--------------
    trunk/dports/lang/gcc48/Portfile

Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile	2012-05-09 14:25:56 UTC (rev 92876)
+++ trunk/dports/lang/gcc48/Portfile	2012-05-09 14:29:30 UTC (rev 92877)
@@ -30,7 +30,7 @@
 
 use_bzip2           yes
 
-depends_lib         port:gmp port:mpfr port:libiconv port:libmpc port:ppl
+depends_lib         port:gmp port:mpfr port:libiconv port:libmpc port:ppl port:cloog
 depends_run         port:gcc_select port:ld64 port:cctools
 
 depends_skip_archcheck-append gcc_select ld64 cctools
@@ -63,6 +63,7 @@
                     --with-mpfr=${prefix} \
                     --with-mpc=${prefix} \
                     --with-ppl=${prefix} \
+                    --with-cloog=${prefix} --enable-cloog-backend=isl \
                     --enable-stage1-checking \
                     --disable-multilib \
                     --enable-lto \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120509/aea56d71/attachment.html>


More information about the macports-changes mailing list