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

sean at macports.org sean at macports.org
Sat Dec 12 05:17:40 PST 2015


Revision: 142328
          https://trac.macports.org/changeset/142328
Author:   sean at macports.org
Date:     2015-11-09 15:42:02 -0800 (Mon, 09 Nov 2015)
Log Message:
-----------
julia: update to 0.4.1

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

Modified: trunk/dports/lang/julia/Portfile
===================================================================
--- trunk/dports/lang/julia/Portfile	2015-11-09 23:42:01 UTC (rev 142327)
+++ trunk/dports/lang/julia/Portfile	2015-11-09 23:42:02 UTC (rev 142328)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 PortGroup           compilers 1.0
 
-github.setup        JuliaLang julia 0.3.11 v
+github.setup        JuliaLang julia 0.4.1 v
 categories-append   lang math science
 maintainers         sean openmaintainer
 platforms           darwin
@@ -22,22 +22,19 @@
 
 github.tarball_from releases
 
-distfiles           ${name}-${version}_483dbf5279${extract.suffix}
-distname            ${name}
+distfiles           ${name}-${version}-full${extract.suffix}
 
-checksums           rmd160  69f75ef559605c8c8494b06a9c6e87c0ac11fd4a \
-                    sha256  9953cdd8e0b2b3dd52bfe787830133ac30177d0ffd98f049fc18e6228419b1b3
+checksums           rmd160  1bae897296ea330c268cae69d2affddc01930344 \
+                    sha256  95566a96ec222adf959a5f976fd2aa16c930e784a575c1a9ddfa4320c738e5ed
 
 # Force buildbot to skip this since julia builds its own blas; see #45101
 archive_sites
 
-# julia still relies on the jit implementation of LLVM <= 3.5 (officially on
-# version 3.3, though) and won't be changing that until the 0.4 branch
-set llvm_ver        3.5
+set llvm_ver        3.7
 
 depends_lib-append  port:llvm-${llvm_ver} \
     port:curl \
-    port:pcre \
+    port:pcre2 \
     port:gmp \
     port:mpfr \
     port:SuiteSparse \
@@ -54,11 +51,12 @@
     ln -s ${prefix}/lib/libfftw3_threads.dylib ${worksrcpath}/usr/lib/
     ln -s ${prefix}/lib/libfftw3f.dylib ${worksrcpath}/usr/lib/
     ln -s ${prefix}/lib/libfftw3f_threads.dylib ${worksrcpath}/usr/lib/
-    ln -s ${prefix}/lib/libpcre.dylib ${worksrcpath}/usr/lib/
+    ln -s ${prefix}/lib/libpcre2-8.dylib ${worksrcpath}/usr/lib/
     ln -s ${prefix}/lib/libgmp.dylib ${worksrcpath}/usr/lib/
     ln -s ${prefix}/lib/libmpfr.dylib ${worksrcpath}/usr/lib/
     ln -s ${prefix}/lib/libumfpack.dylib ${worksrcpath}/usr/lib/
     ln -s ${prefix}/lib/libcholmod.dylib ${worksrcpath}/usr/lib/
+    ln -s ${prefix}/lib/libsuitesparseconfig.dylib ${worksrcpath}/usr/lib/
 }
 
 build {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/f4f379da/attachment.html>


More information about the macports-changes mailing list