[119944] trunk/dports/devel/cloog/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun May 11 09:30:58 PDT 2014


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

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

Modified: trunk/dports/devel/cloog/Portfile
===================================================================
--- trunk/dports/devel/cloog/Portfile	2014-05-11 16:18:17 UTC (rev 119943)
+++ trunk/dports/devel/cloog/Portfile	2014-05-11 16:30:58 UTC (rev 119944)
@@ -7,7 +7,7 @@
 name                cloog
 conflicts           cloog-devel
 
-version             0.18.0
+version             0.18.1
 epoch               1
 
 categories          devel math
@@ -32,18 +32,29 @@
 homepage            http://repo.or.cz/w/cloog.git
 master_sites        http://www.bastoul.net/cloog/pages/download/count.php3?url=./
 
-checksums           rmd160  abe274a5ff95c8a08e73c58e5d891a804d057ece \
-                    sha256  1c4aa8dde7886be9cbe0f9069c334843b21028f61d344a2d685f88cb1dcf2228
+checksums           rmd160  5c4a182efc0d42e7d5c30e6fcca5832776a2e69a \
+                    sha256  02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196
 
-depends_lib         port:gmp port:isl
+depends_lib         port:gmp path:lib/pkgconfig/isl.pc:isl
 
 # prevent -L/lib from being added to LDFLAGS
 # see http://groups.google.com/group/isl-development/t/37ad876557e50f2c 
 patchfiles          patch-configure.diff
 
 configure.args-append \
-                    --with-isl=system
+                    --with-isl=system \
+                    --with-gmp=system \
+                    --with-osl=no
 
+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      regex
 livecheck.url       ${master_sites}
-livecheck.regex     ${name}-(\[0-9.\]+)\\.tar.gz
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140511/15a077db/attachment.html>


More information about the macports-changes mailing list