mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
julia: update to 1.4.1
[ci skip] for llvm build
This commit is contained in:
parent
026ebd00ca
commit
7b14a74cc0
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'julia'
|
# Template file for 'julia'
|
||||||
pkgname=julia
|
pkgname=julia
|
||||||
version=1.4.0
|
version=1.4.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -24,7 +24,7 @@ maintainer="Adam Beckmeyer <adam_git@thebeckmeyers.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://julialang.org"
|
homepage="https://julialang.org"
|
||||||
distfiles="https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz"
|
distfiles="https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz"
|
||||||
checksum=880c73a08296ce8d94ad9605149f2a2b2b028e7202a700ef725da899300b8be9
|
checksum=b21585db55673ac0668c163678fcf2aad11eb7c64bb2aa03a43046115fab1553
|
||||||
nocross=yes
|
nocross=yes
|
||||||
# Falsely detects dependency on libllvm
|
# Falsely detects dependency on libllvm
|
||||||
skiprdeps="/usr/lib/libjulia.so.1.4 /usr/lib/julia/libllvmcalltest.so"
|
skiprdeps="/usr/lib/libjulia.so.1.4 /usr/lib/julia/libllvmcalltest.so"
|
||||||
|
@ -68,8 +68,6 @@ post_extract() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
# Workaround https://github.com/JuliaLang/julia/issues/34264
|
|
||||||
vcopy usr/lib/libLLVM-8jl.so usr/lib/julia
|
|
||||||
}
|
}
|
||||||
|
|
||||||
julia-devel_package() {
|
julia-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue