Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / julia
Commits: befd772c by Antonio Rojas at 2024-10-17T08:23:07+02:00 Define build targets - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ pkgname=julia epoch=2 pkgver=1.11.1 -pkgrel=1 +pkgrel=2 arch=(x86_64) pkgdesc='High-level, high-performance, dynamic programming language' url='https://julialang.org/' @@ -74,6 +74,7 @@ prepare() { } _make() { +# Follow https://github.com/JuliaCI/julia-buildbot/blob/master/master/inventory.py for JULIA_CPU_TARGET local make_options=( prefix=/usr bindir=/usr/bin @@ -109,6 +110,7 @@ _make() { LIBLAPACK=-llapack64 LIBLAPACKNAME=liblapack64 MARCH=x86-64 + JULIA_CPU_TARGET="generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)" VERBOSE=1 JLDFLAGS="$LDFLAGS -lLLVM-16jl" LLVM_CONFIG=/usr/lib/llvm-julia/bin/llvm-config View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/julia/-/commit/befd772cfd099a18cebdcdffebf7cd9fd91a510c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/julia/-/commit/befd772cfd099a18cebdcdffebf7cd9fd91a510c You're receiving this email because of your account on gitlab.archlinux.org.
