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

sean at macports.org sean at macports.org
Thu Nov 13 16:16:29 PST 2014


Revision: 128125
          https://trac.macports.org/changeset/128125
Author:   sean at macports.org
Date:     2014-11-13 16:16:29 -0800 (Thu, 13 Nov 2014)
Log Message:
-----------
julia: use a release tarball to avoid git submodules

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

Modified: trunk/dports/lang/julia/Portfile
===================================================================
--- trunk/dports/lang/julia/Portfile	2014-11-13 23:44:01 UTC (rev 128124)
+++ trunk/dports/lang/julia/Portfile	2014-11-14 00:16:29 UTC (rev 128125)
@@ -5,7 +5,9 @@
 PortGroup           github 1.0
 PortGroup           compilers 1.0
 
-github.setup        JuliaLang julia 0.3.2 v
+name                julia
+version             0.3.2
+revision            1
 categories-append   lang math science
 maintainers         sean openmaintainer
 platforms           darwin
@@ -20,9 +22,15 @@
                     language for technical computing, with syntax that is familiar \
                     to users of other technical computing environments.
 
-# julia's build system uses git submodules
-fetch.type          git
+homepage            http://julialang.org
+master_sites        https://github.com/JuliaLang/julia/releases/download/v${version}
 
+distfiles           ${name}-${version}_8227746b95${extract.suffix}
+distname            ${name}
+
+checksums           rmd160  63cae9168cf3260b8d188bdfd225b81a4de715ad \
+                    sha256  158237c3af900a052cffc259d1122dc5afe2b0c40ca3dab1e67b1bc396c435cd
+
 # Force buildbot to skip this since julia builds its own blas; see #45101
 archive_sites
 
@@ -45,8 +53,6 @@
 }
 
 post-extract {
-    system -W ${worksrcpath} "git submodule update --init"
-
     file mkdir ${worksrcpath}/usr/lib
     ln -s ${prefix}/lib/libfftw3.dylib ${worksrcpath}/usr/lib/
     ln -s ${prefix}/lib/libfftw3_threads.dylib ${worksrcpath}/usr/lib/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141113/82ea37cd/attachment.html>


More information about the macports-changes mailing list