From a4c1261154c757ab56a530537723bc6594369895 Mon Sep 17 00:00:00 2001 From: Adam Beckmeyer Date: Thu, 16 Apr 2020 14:23:41 -0400 Subject: [PATCH] julia: update to 1.4.1 [ci skip] for llvm build --- srcpkgs/julia/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/julia/template b/srcpkgs/julia/template index 27704dbdee2..b18dd7b4f7c 100644 --- a/srcpkgs/julia/template +++ b/srcpkgs/julia/template @@ -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 " 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() {