[134894] trunk/dports/lang/llvm-3.7/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 10 03:10:37 PDT 2015


Revision: 134894
          https://trac.macports.org/changeset/134894
Author:   jeremyhu at macports.org
Date:     2015-04-10 03:10:35 -0700 (Fri, 10 Apr 2015)
Log Message:
-----------
llvm-3.7: Drop dependency on isl and gmp for polly builds since it now includes an internal version of isl and gmp

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

Modified: trunk/dports/lang/llvm-3.7/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.7/Portfile	2015-04-10 06:48:35 UTC (rev 134893)
+++ trunk/dports/lang/llvm-3.7/Portfile	2015-04-10 10:10:35 UTC (rev 134894)
@@ -298,15 +298,7 @@
 }
 
 if {${subport} eq "llvm-${llvm_version}"} {
-    variant polly description {Provide the polly polyhedral optimizer} {
-        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
-        }
-    }
+    variant polly description {Provide the polly polyhedral optimizer} {}
 
     # Unless upstream reverts to their old OCaml detection mechanism,
     # this variant will be broken until #46161 is resolved.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150410/05848ca8/attachment.html>


More information about the macports-changes mailing list