https://github.com/JuliaLang/julia
Revision d0a612f389d45e672a09684753f712389efa02de authored by Kristoffer on 15 April 2024, 14:37:49 UTC, committed by Kristoffer on 15 April 2024, 14:37:49 UTC
Apparently (thanks ChatGPT) each line in a make file is executed in a
separate shell so adding an `export` line on one line does not propagate
to the next line.
1 parent 9de150c
Raw File
Tip revision: d0a612f389d45e672a09684753f712389efa02de authored by Kristoffer on 15 April 2024, 14:37:49 UTC
Fix `JULIA_CPU_TARGET` being propagated to workers precompiling stdlib pkgimages
Tip revision: d0a612f
SuiteSparse.version
SUITESPARSE_BRANCH = master
SUITESPARSE_SHA1 = e8285dd13a6d5b5cf52d8124793fc4d622d07554
SUITESPARSE_GIT_URL := https://github.com/JuliaSparse/SuiteSparse.jl.git
SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaSparse/SuiteSparse.jl/tarball/$1
back to top