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

Alexander Rødseth arodseth at archlinux.org
Wed Apr 18 09:32:17 UTC 2018


    Date: Wednesday, April 18, 2018 @ 09:32:15
  Author: arodseth
Revision: 316855

Make Julia find its own arpack

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-18 09:05:26 UTC (rev 316854)
+++ PKGBUILD	2018-04-18 09:32:15 UTC (rev 316855)
@@ -9,12 +9,12 @@
 pkgname=(julia julia-docs)
 epoch=2
 pkgver=0.6.2
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'
 license=('MIT')
-makedepends=('cmake' 'fftw' 'gcc-fortran' 'gmp' 'libgit2' 'libunwind' 'mpfr' 'patchelf' 'pcre2' 'python2' 'suitesparse')
+makedepends=('chrpath' 'cmake' 'fftw' 'gcc-fortran' 'gmp' 'libgit2' 'libunwind' 'mpfr' 'pcre2' 'python2' 'suitesparse')
 options=('!emptydirs' 'staticlibs')
 source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
         'julia-libunwind-version.patch'
@@ -124,9 +124,6 @@
   # Documentation and examples are in the julia-docs package
   rm -rf "$pkgdir/usr/share/"{doc,julia/doc,julia/examples}
 
-  # Patch the rpath in /usr/bin/julia
-  patchelf --set-rpath /usr/lib "$pkgdir/usr/bin/julia"
-
   # License
   install -Dm644 "$pkgbase-$pkgver/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }



More information about the arch-commits mailing list