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

Alexander Rødseth arodseth at archlinux.org
Mon Aug 4 13:15:54 UTC 2014


    Date: Monday, August 4, 2014 @ 15:15:53
  Author: arodseth
Revision: 116855

upgpkg: julia 0.3.0_rc1-2

Modified:
  julia/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-04 12:30:07 UTC (rev 116854)
+++ PKGBUILD	2014-08-04 13:15:53 UTC (rev 116855)
@@ -6,12 +6,12 @@
 
 pkgname=julia
 pkgver=0.3.0_rc1
-pkgrel=1
+pkgrel=2
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org'
 license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 'zlib')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
 makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
@@ -21,7 +21,7 @@
 
 prepare() {
   # Fix for FS#40736
-  [ $CARCH = x86_64 ] && (setconf "$pkgname/Make.inc" JULIA_CPU_TARGET core2) || true
+  [ $CARCH != x86_64 ] || (setconf "$pkgname/Make.inc" JULIA_CPU_TARGET core2)
 }
 
 build() {
@@ -28,7 +28,7 @@
   make -C "$pkgname" prefix=/usr sysconfdir=/etc \
     USE_SYSTEM_LLVM=0 \
     USE_SYSTEM_LIBUNWIND=1 \
-    USE_SYSTEM_READLINE=1 \
+    USE_SYSTEM_READLINE=0 \
     USE_SYSTEM_PCRE=1 \
     USE_SYSTEM_LIBM=1 \
     USE_SYSTEM_OPENLIBM=0 \
@@ -55,7 +55,7 @@
     prefix=/usr sysconfdir=/etc  \
     USE_SYSTEM_LLVM=0 \
     USE_SYSTEM_LIBUNWIND=1 \
-    USE_SYSTEM_READLINE=1 \
+    USE_SYSTEM_READLINE=0 \
     USE_SYSTEM_PCRE=1 \
     USE_SYSTEM_LIBM=1 \
     USE_SYSTEM_OPENLIBM=0 \




More information about the arch-commits mailing list