[119945] trunk/dports/devel/cloog-devel/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun May 11 09:37:46 PDT 2014


Revision: 119945
          https://trac.macports.org/changeset/119945
Author:   mcalhoun at macports.org
Date:     2014-05-11 09:37:46 -0700 (Sun, 11 May 2014)
Log Message:
-----------
cloog-devel:
 * version update
 * allow isl to satisfy dependency
 * explicitly allow/disallow external libraries
 * add variant to build with OpenScop library
 * add tests
 * fix livecheck

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

Modified: trunk/dports/devel/cloog-devel/Portfile
===================================================================
--- trunk/dports/devel/cloog-devel/Portfile	2014-05-11 16:30:58 UTC (rev 119944)
+++ trunk/dports/devel/cloog-devel/Portfile	2014-05-11 16:37:46 UTC (rev 119945)
@@ -8,7 +8,7 @@
 conflicts           cloog
 
 version             0.18.2
-set git_commit      2d8b7c6b43ee46fee978a57fa6877de49675f357
+set git_commit      22643c94eba7b010ae4401c347289f4f52b9cd2b
 
 categories          devel math
 
@@ -35,10 +35,10 @@
 distname            ${git_commit}
 worksrcdir          cloog
 
-checksums           rmd160  0d02471273918c991eab74bd0e9e7dca18820965 \
-                    sha256  1755b79ffb660967b08fe7df0017934c13a0b292dc248040abb85f4cdfc8737f
+checksums           rmd160  73e2cef4d7904e7bf109ee2d1a3f4d5cf566b37c \
+                    sha256  ea6b587d2cb8a19dbb34813b9497b9347f2eb99c3d4eb3a22f377d3c71bcf4ee
 
-depends_lib         port:gmp port:isl-devel
+depends_lib         port:gmp path:lib/pkgconfig/isl.pc:isl-devel
 
 # prevent -L/lib from being added to LDFLAGS
 # see http://groups.google.com/group/isl-development/t/37ad876557e50f2c 
@@ -49,8 +49,19 @@
 autoreconf.args     -fvi
 
 configure.args-append \
-                    --with-isl=system
+                    --with-isl=system \
+                    --with-gmp=system \
+                    --with-osl=no
 
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     ${name}-(\[0-9.\]+)\\.tar.gz
+variant osl description {build with openscop library (causes tests to fail)} {
+    ui_warn "This variant causes tests to fail"
+    depends_lib-append port:openscop
+    configure.args-replace --with-osl=no --with-osl=system
+}
+
+test.run            yes
+test.target         check
+
+livecheck.type    md5
+livecheck.url     ${master_sites}
+livecheck.md5     76cd091b8e2638038429b764b98d6c61
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140511/af488a81/attachment.html>


More information about the macports-changes mailing list