diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-14 03:31:50 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-14 03:31:50 +0000 |
commit | 747b1fd97f3a07a4f9dbb660436b7708c6ee2c43 (patch) | |
tree | 9c6ed9681aa290107e9068b3e7907b078480e12c /community/julia | |
parent | af87d2873bcaaf5a93ccf25da80aa670f89fbe96 (diff) |
Wed May 14 03:25:27 UTC 2014
Diffstat (limited to 'community/julia')
-rw-r--r-- | community/julia/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD index 913601797..ebb9e558e 100644 --- a/community/julia/PKGBUILD +++ b/community/julia/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 110532 2014-05-02 16:17:06Z arodseth $ +# $Id: PKGBUILD 111098 2014-05-13 18:30:47Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Lex Black <autumn-wind at web dot de> # Contributor: Michael Jakl <jakl.michael@gmail.com> @@ -6,21 +6,21 @@ pkgname=julia pkgver=0.3.0_prerelease -pkgrel=4 +pkgrel=5 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' 'llvm') # 'suitesparse' 'utf8proc' (AUR) 'intel-mkl' (AUR) -makedepends=('gcc-fortran') +depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 'zlib') +makedepends=('gcc-fortran' 'python2' 'libuv') optdepends=('gnuplot: If using the Gaston Package from julia') options=('!emptydirs' 'staticlibs') -source=("git://github.com/JuliaLang/julia.git#commit=7bb10f8372") +source=("git://github.com/JuliaLang/julia.git#commit=3985890") sha256sums=('SKIP') build() { make -C "$pkgname" prefix=/usr sysconfdir=/etc \ - USE_SYSTEM_LLVM=1 \ + USE_SYSTEM_LLVM=0 \ USE_SYSTEM_LIBUNWIND=1 \ USE_SYSTEM_READLINE=1 \ USE_SYSTEM_PCRE=1 \ @@ -47,7 +47,7 @@ build() { package() { make -C "$pkgname" DESTDIR="$pkgdir" \ prefix=/usr sysconfdir=/etc \ - USE_SYSTEM_LLVM=1 \ + USE_SYSTEM_LLVM=0 \ USE_SYSTEM_LIBUNWIND=1 \ USE_SYSTEM_READLINE=1 \ USE_SYSTEM_PCRE=1 \ |