Skip to content

Building with system's openblas fails #31721

@wavexx

Description

@wavexx

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

No one assigned

    Labels

    buildingBuild system, or building Julia or its dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions