[arch-commits] Commit in julia/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Sep 3 15:23:31 UTC 2018


    Date: Monday, September 3, 2018 @ 15:23:30
  Author: eschwartz
Revision: 376397

julia no longer uses arpack at all... https://github.com/JuliaLang/julia/pull/27616

Modified:
  julia/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ---
 1 file changed, 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-03 14:45:55 UTC (rev 376396)
+++ PKGBUILD	2018-09-03 15:23:30 UTC (rev 376397)
@@ -29,7 +29,6 @@
   # USE_SYSTEM_LIBUNWIND=1 fails
   # USE_SYSTEM_LIBM=1 fails
   # USE_SYSTEM_LLVM=1 fails (see FS#57387)
-  # USE_SYSTEM_ARPACK=1 fails (see FS#58221)
   #
   # Setting USE_SYSTEM_*=1 for quite a few things, for now,
   # just to make Julia 1.0.0 compile.
@@ -42,7 +41,6 @@
     USE_BLAS64=0 \
     USE_INTEL_MKL=0 \
     USE_LLVM_SHLIB=0 \
-    USE_SYSTEM_ARPACK=0 \
     USE_SYSTEM_BLAS=0 \
     USE_SYSTEM_DSFMT=0 \
     USE_SYSTEM_FFTW=1 \
@@ -76,7 +74,6 @@
     USE_BLAS64=0 \
     USE_INTEL_MKL=0 \
     USE_LLVM_SHLIB=0 \
-    USE_SYSTEM_ARPACK=0 \
     USE_SYSTEM_BLAS=0 \
     USE_SYSTEM_DSFMT=0 \
     USE_SYSTEM_FFTW=1 \



More information about the arch-commits mailing list