[77837] trunk/dports/devel/ppl/Portfile

adfernandes at macports.org adfernandes at macports.org
Thu Apr 14 09:30:40 PDT 2011


Revision: 77837
          http://trac.macports.org/changeset/77837
Author:   adfernandes at macports.org
Date:     2011-04-14 09:30:38 -0700 (Thu, 14 Apr 2011)
Log Message:
-----------
devel/ppl ; update to 11.2 as per #29091

Modified Paths:
--------------
    trunk/dports/devel/ppl/Portfile

Modified: trunk/dports/devel/ppl/Portfile
===================================================================
--- trunk/dports/devel/ppl/Portfile	2011-04-14 15:07:09 UTC (rev 77836)
+++ trunk/dports/devel/ppl/Portfile	2011-04-14 16:30:38 UTC (rev 77837)
@@ -3,11 +3,11 @@
 
 # Warning: this will one day become part of gcc45+, and thus will use the
 #          (maybe future) 'cloog-ppl' port. As of gcc45, we need to use
-#          cloog-ppl-15.9 which depends on ppl-0.10.2 in a version-
+#          cloog-ppl-15.11 or cloog-16.2 which depends on ppl-0.11.2 in a version-
 #          specific manner. You have been warned!
 
 name              ppl
-version           0.10.2
+version           0.11.2
 
 categories        devel math
 maintainers       adfernandes openmaintainer
@@ -33,18 +33,36 @@
 master_sites      ftp://ftp.cs.unipr.it/pub/ppl/releases/${version}/
 use_bzip2         yes
 
-checksums         md5     5667111f53150618b0fa522ffc53fc3e \
-                  sha1    9af711df8f24658a6deb61ca3b8c5e82366258bf \
-                  rmd160  432d0e59c058cc1da6cfeaffcb91bebc7b6e1db2
+license           GPLv3
 
+checksums         md5     c24429e6c3bc97d45976a63f40f489a1 \
+                  sha1    915f1d8a7def10e540bf2806babf94dccd15852a \
+                  rmd160  68dd335f6e94df09ac4e19ccf08f1c1b280efe86
+
 depends_lib       port:gmp port:glpk
 
-license           GPLv3
-
 universal_variant   no
 
-patchfiles        configure.patch
+configure.compiler  gcc-4.2
 
+variant gcc43 conflicts gcc44 gcc45 description "Use GCC 4.3 for compilation of PPL" {
+    depends_build-append        port:gcc43
+    configure.compiler          macports-gcc-4.3
+    configure.cflags-append     "-ftree-vectorize -O3 -march=native"
+}
+
+variant gcc44 conflicts gcc43 gcc45 description "Use GCC 4.4 for compilation of PPL" {
+    depends_build-append        port:gcc44
+    configure.compiler          macports-gcc-4.4
+    configure.cflags-append     "-ftree-vectorize -O3 -march=native"
+}
+
+variant gcc45 conflicts gcc43 gcc44 description "Use GCC 4.5 for compilation of PPL" {
+    depends_build-append        port:gcc45
+    configure.compiler          macports-gcc-4.5
+    configure.cflags-append     "-ftree-vectorize -O3 -march=native"
+}
+
 test.run          yes
 test.target       check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110414/e5fc7d71/attachment.html>


More information about the macports-changes mailing list