parent
00cd48d897
commit
0be6d20858
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'julia'
|
||||
pkgname=julia
|
||||
version=1.0.3
|
||||
version=1.1.0
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64 i686-musl x86_64-musl ppc64le ppc64le-musl"
|
||||
archs="i686* x86_64* ppc64le*"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="prefix=/usr sysconfdir=/etc USE_SYSTEM_LLVM=0 USE_LLVM_SHLIB=1
|
||||
USE_SYSTEM_PCRE=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_GMP=1
|
||||
USE_SYSTEM_MPFR=1 USE_SYSTEM_LIBUV=0 USE_SYSTEM_LIBGIT2=1
|
||||
LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas
|
||||
LIBBLAS=-lopenblas LIBBLASNAME=libopenblas"
|
||||
make_install_args=$make_build_args
|
||||
make_check_args=$make_build_args
|
||||
make_install_args="$make_build_args"
|
||||
make_check_args="$make_build_args"
|
||||
make_check_target=testall
|
||||
conf_files="/etc/julia/startup.jl"
|
||||
hostmakedepends="perl cmake python"
|
||||
|
@ -22,7 +22,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=618e6d29f1fba00f5b2bebf14e69a3a536c27c3132e021cf39774e8500dd29fa
|
||||
checksum=a62c40922a368e303051c007a32e616862340d6ae5f3fac851a9e1b7c7bed0a7
|
||||
nocross=yes
|
||||
# Falsely detects dependency on libllvm
|
||||
skiprdeps=/usr/lib/libjulia.so.1.0
|
||||
|
|
Loading…
Reference in New Issue