[126069] trunk/dports/lang/julia/Portfile

sean at macports.org sean at macports.org
Thu Oct 2 19:17:15 PDT 2014


Revision: 126069
          https://trac.macports.org/changeset/126069
Author:   sean at macports.org
Date:     2014-10-02 19:17:15 -0700 (Thu, 02 Oct 2014)
Log Message:
-----------
julia: use the right compiler; fixes #45196

Modified Paths:
--------------
    trunk/dports/lang/julia/Portfile

Modified: trunk/dports/lang/julia/Portfile
===================================================================
--- trunk/dports/lang/julia/Portfile	2014-10-03 02:17:12 UTC (rev 126068)
+++ trunk/dports/lang/julia/Portfile	2014-10-03 02:17:15 UTC (rev 126069)
@@ -6,6 +6,7 @@
 PortGroup           compilers 1.0
 
 github.setup        JuliaLang julia 0.3.1 v
+revision            1
 categories-append   lang math science
 maintainers         sean openmaintainer
 platforms           darwin
@@ -69,6 +70,8 @@
 # internal OpenBLAS.
 pre-destroot {
     destroot.args-append \
+        CC=${configure.cc} \
+        CXX=${configure.cxx} \
         FC=${configure.fc} \
         USE_SYSTEM_LLVM=1 \
         LLVM_CONFIG=llvm-config-mp-3.3 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141002/15cc448e/attachment-0001.html>


More information about the macports-changes mailing list