[128079] trunk/dports/lang/julia/Portfile
sean at macports.org
sean at macports.org
Wed Nov 12 14:34:58 PST 2014
Revision: 128079
https://trac.macports.org/changeset/128079
Author: sean at macports.org
Date: 2014-11-12 14:34:58 -0800 (Wed, 12 Nov 2014)
Log Message:
-----------
julia: update to 0.3.2 and use llvm 3.5; fixes #45187
Modified Paths:
--------------
trunk/dports/lang/julia/Portfile
Modified: trunk/dports/lang/julia/Portfile
===================================================================
--- trunk/dports/lang/julia/Portfile 2014-11-12 22:34:56 UTC (rev 128078)
+++ trunk/dports/lang/julia/Portfile 2014-11-12 22:34:58 UTC (rev 128079)
@@ -5,8 +5,7 @@
PortGroup github 1.0
PortGroup compilers 1.0
-github.setup JuliaLang julia 0.3.1 v
-revision 1
+github.setup JuliaLang julia 0.3.2 v
categories-append lang math science
maintainers sean openmaintainer
platforms darwin
@@ -24,8 +23,10 @@
# julia's build system uses git submodules
fetch.type git
-# llvm 3.4 won't be supported; stay at 3.3 until 3.5 is ready
-depends_lib-append port:llvm-3.3 \
+# Force buildbot to skip this since julia builds its own blas; see #45101
+archive_sites
+
+depends_lib-append port:llvm-3.5 \
port:curl \
port:git \
port:pcre \
@@ -74,7 +75,7 @@
CXX=${configure.cxx} \
FC=${configure.fc} \
USE_SYSTEM_LLVM=1 \
- LLVM_CONFIG=llvm-config-mp-3.3 \
+ LLVM_CONFIG=llvm-config-mp-3.5 \
USE_SYSTEM_LIBUNWIND=1 \
USE_SYSTEM_LIBM=1 \
USE_SYSTEM_GMP=1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141112/7419243f/attachment.html>
More information about the macports-changes
mailing list