summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2024-03-14 22:51:55 +0100
committerNarrat2024-03-14 23:06:52 +0100
commit4bbe13f15ff5130b0ee8d211f17aa771d874fbc1 (patch)
tree2663ecbc1664668bb1b136727ecc8edfeaeb9063 /PKGBUILD
parent9614cc3c6a97f79e8f86d83d95b4c6160044fd59 (diff)
downloadaur-4bbe13f15ff5130b0ee8d211f17aa771d874fbc1.tar.gz
julia-git: switch to llvm-julia
llvm15 got dropped, but the julia flavoured llvm based on 15.x got added as replacement. Thanks to MarsSeed for the hint.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ffbb57968ba..610c7b1ac4bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@ pkgdesc='High-level, high-performance, dynamic programming language'
url='https://julialang.org/'
license=(MIT)
depends=(fftw hicolor-icon-theme libgit2 libunwind libutf8proc blas64-openblas
- suitesparse mbedtls2 openlibm pcre2 llvm15-libs p7zip libblastrampoline lld)
-makedepends=(git cmake gcc-fortran python llvm15 patchelf libwhich)
+ suitesparse mbedtls2 openlibm pcre2 llvm-julia-libs p7zip libblastrampoline lld)
+makedepends=(git cmake gcc-fortran python llvm-julia patchelf libwhich)
optdepends=('gnuplot: If using the Gaston Package from julia')
provides=('julia')
conflicts=('julia')