-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies
Description
I'm trying to rebuild julia from source / master. This on linux/x86_64 under debian unstable.
Since a month or so, it fails during bootstrap with the following error:
SparseArrays ─── 3.323917 seconds
error during bootstrap:
LoadError("sysimg.jl", 16, LoadError("src/julia/usr/share/julia/stdlib/v1.3/SuiteSparse/src/SuiteSparse.jl", 24, LoadError("src/julia/usr/share/julia/stdlib/v1.3/SuiteSparse/src/umfpack.jl", 66, ErrorException("error compiling top-level scope: could not load library \"libsuitesparse_wrapper\"\nlibopenblas64_.so.0: cannot open shared object file: No such file or directory"))))
I explicitly request to use system's openblas and suitesparse in Make.user:
USE_SYSTEM_BLAS:=1
USE_SYSTEM_SUITESPARSE:=1
Reading README.md
I tried to set LIBBLAS
and LIBBLASNAME
to no effect whatsoever.
Where does "libopenblas64_.so.0" comes from? Looks like some default expansion with an empty version.
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies