mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: julia-0.6.0
This commit is contained in:
parent
b6f9238d72
commit
dfed30c462
1 changed files with 36 additions and 0 deletions
36
srcpkgs/julia/template
Normal file
36
srcpkgs/julia/template
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Template file for 'julia'
|
||||||
|
pkgname=julia
|
||||||
|
version=0.6.0
|
||||||
|
revision=1
|
||||||
|
nocross=yes
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_build_args="prefix=/usr sysconfdir=/etc USE_SYSTEM_LLVM=1
|
||||||
|
USE_LLVM_SHLIB=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_BLAS=1
|
||||||
|
USE_SYSTEM_LAPACK=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_GMP=1
|
||||||
|
USE_SYSTEM_MPFR=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_LIBUV=0
|
||||||
|
USE_SYSTEM_LIBGIT2=1"
|
||||||
|
make_install_args=$make_build_args
|
||||||
|
hostmakedepends="curl llvm3.9 gcc-fortran perl cmake python m4"
|
||||||
|
makedepends="openblas-devel lapack-devel arpack-ng-devel
|
||||||
|
fftw-devel pcre2-devel gmp-devel mpfr-devel libgit2-devel
|
||||||
|
libcurl-devel libssh2-devel mbedtls-devel"
|
||||||
|
depends="libllvm3.9 openblas lapack arpack-ng libfftw
|
||||||
|
libpcre2 gmp mpfr libgit2 libcurl libssh2 mbedtls"
|
||||||
|
conf_files="/etc/julia/juliarc.jl"
|
||||||
|
only_for_archs="i686 x86_64"
|
||||||
|
short_desc="High-level, high-performance dynamic programming language"
|
||||||
|
maintainer="Francisco Gómez <espectalll@kydara.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://julialang.org"
|
||||||
|
distfiles="https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}.tar.gz"
|
||||||
|
checksum="1c62bfce8075acf2b5b02355520a61210690324eceb021030681459d18a3a665"
|
||||||
|
|
||||||
|
if [[ $XBPS_MACHINE == 'i686' ]]; then
|
||||||
|
export M="pentium4"
|
||||||
|
export CFLAGS="-march=pentium4"
|
||||||
|
export CXXFLAGS="-march=pentium4"
|
||||||
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue