julia: update to 1.4.1

[ci skip] for llvm build
This commit is contained in:
Adam Beckmeyer 2020-04-16 14:23:41 -04:00 committed by Helmut Pozimski
parent 026ebd00ca
commit 7b14a74cc0

View file

@ -1,6 +1,6 @@
# Template file for 'julia'
pkgname=julia
version=1.4.0
version=1.4.1
revision=1
archs="i686* x86_64*"
build_style=gnu-makefile
@ -24,7 +24,7 @@ maintainer="Adam Beckmeyer <adam_git@thebeckmeyers.xyz>"
license="MIT"
homepage="https://julialang.org"
distfiles="https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz"
checksum=880c73a08296ce8d94ad9605149f2a2b2b028e7202a700ef725da899300b8be9
checksum=b21585db55673ac0668c163678fcf2aad11eb7c64bb2aa03a43046115fab1553
nocross=yes
# Falsely detects dependency on libllvm
skiprdeps="/usr/lib/libjulia.so.1.4 /usr/lib/julia/libllvmcalltest.so"
@ -68,8 +68,6 @@ post_extract() {
post_install() {
vlicense LICENSE.md
# Workaround https://github.com/JuliaLang/julia/issues/34264
vcopy usr/lib/libLLVM-8jl.so usr/lib/julia
}
julia-devel_package() {