Skip to content

Commit

Permalink
julia: update to 1.0.2.
Browse files Browse the repository at this point in the history
[ci skip]

Also change packaging style from noverifyrdeps to skiprdeps.
  • Loading branch information
non-Jedi committed Nov 17, 2018
1 parent 7ab7b46 commit c9c2db3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions srcpkgs/julia/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Template file for 'julia'
pkgname=julia
version=1.0.1
version=1.0.2
revision=1
wrksrc=julia
# Falsely detects dependency on libllvm
noverifyrdeps=yes
skiprdeps=/usr/lib/libjulia.so.1.0
nocross=yes
build_style=gnu-makefile
make_build_args="prefix=/usr sysconfdir=/etc USE_SYSTEM_LLVM=0 USE_LLVM_SHLIB=1
Expand All @@ -18,16 +18,15 @@ make_check_target=testall
hostmakedepends="curl perl cmake python"
makedepends="openblas-devel pcre2-devel gmp-devel mpfr-devel libgit2-devel
libcurl-devel libssh2-devel mbedtls-devel libatomic-devel"
depends="openblas pcre2 gmp mpfr libgit2
libcurl libssh2 mbedtls libatomic"
depends="pcre2 gmp mpfr libgit2 libcurl libssh2 mbedtls libatomic"
conf_files="/etc/julia/startup.jl"
only_for_archs="i686 x86_64 i686-musl x86_64-musl"
short_desc="High-level, high-performance dynamic programming language"
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}.tar.gz"
checksum=1a26eb4631c172813adacccef6d729e12e2e2a11cf84df1e8282468d68906a78
checksum=cba73dcf85183a7a32fa9369c75b92ab97f97bf8147fad49b21bf0f5c68fb177

case "$XBPS_TARGET_MACHINE" in
i686-musl)
Expand Down

0 comments on commit c9c2db3

Please sign in to comment.