[129362] trunk/dports/lang/llvm-3.6/Portfile

larryv at macports.org larryv at macports.org
Wed Dec 10 16:09:21 PST 2014


Revision: 129362
          https://trac.macports.org/changeset/129362
Author:   larryv at macports.org
Date:     2014-12-10 16:09:20 -0800 (Wed, 10 Dec 2014)
Log Message:
-----------
{clang,llvm}-3.6: Update to latest trunk revision

Also require isl-devel (current Polly trunk doesn't build with isl 0.14)
and drop dependency on cloog
(http://llvm.org/viewvc/llvm-project?view=revision&revision=223141).

(Jeremy signed off via email.)

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.6/Portfile

Modified: trunk/dports/lang/llvm-3.6/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.6/Portfile	2014-12-11 00:07:46 UTC (rev 129361)
+++ trunk/dports/lang/llvm-3.6/Portfile	2014-12-11 00:09:20 UTC (rev 129362)
@@ -63,7 +63,7 @@
 }
 
 fetch.type              svn
-svn.revision            222672
+svn.revision            223943
 
 set compiler_rt_rev     ${svn.revision}
 set libcxx_rev          ${svn.revision}
@@ -278,10 +278,13 @@
 
 if {${subport} eq "llvm-${llvm_version}"} {
     variant polly description {Provide the polly polyhedral optimizer} {
-        depends_lib-append \
-            port:gmp \
-            path:lib/pkgconfig/isl.pc:isl \
-            path:lib/pkgconfig/cloog-isl.pc:cloog
+        depends_lib-append      port:gmp
+        if {${worksrcdir} eq "trunk"} {
+            # Polly likes using bleeding-edge isl.
+            depends_lib-append  port:isl-devel
+        } else {
+            depends_lib-append  path:lib/pkgconfig/isl.pc:isl
+        }
     }
 
     # Unless upstream reverts to their old OCaml detection mechanism,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141210/691ce839/attachment.html>


More information about the macports-changes mailing list