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

sean at macports.org sean at macports.org
Mon Jan 4 16:49:21 PST 2016


Revision: 144226
          https://trac.macports.org/changeset/144226
Author:   sean at macports.org
Date:     2016-01-04 16:49:21 -0800 (Mon, 04 Jan 2016)
Log Message:
-----------
julia: use macports libgit2; fixes #49777

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

Modified: trunk/dports/lang/julia/Portfile
===================================================================
--- trunk/dports/lang/julia/Portfile	2016-01-05 00:49:18 UTC (rev 144225)
+++ trunk/dports/lang/julia/Portfile	2016-01-05 00:49:21 UTC (rev 144226)
@@ -41,7 +41,8 @@
     port:fftw-3 \
     port:fftw-3-single \
     port:ncurses \
-    port:arpack
+    port:arpack \
+    port:libgit2
 
 use_configure       no
 # use_parallel_build  no
@@ -85,7 +86,8 @@
         USE_SYSTEM_PCRE=1 \
         USE_SYSTEM_FFTW=1 \
         USE_SYSTEM_ARPACK=1 \
-        USE_SYSTEM_SUITESPARSE=1
+        USE_SYSTEM_SUITESPARSE=1 \
+        USE_SYSTEM_LIBGIT2=1
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160104/86ee68c2/attachment.html>


More information about the macports-changes mailing list