From 0be6d20858faaded5f452b2a922637ef716e4e15 Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 10 Feb 2019 17:09:41 -0700 Subject: [PATCH] julia: update to 1.1.0 closes #8499 [ci skip] --- srcpkgs/julia/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/julia/template b/srcpkgs/julia/template index e91e5193c68..3a30247c1e0 100644 --- a/srcpkgs/julia/template +++ b/srcpkgs/julia/template @@ -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 " 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