I believe we should be able to actually use the JLLs that ship with Julia as hinted at in this comment:
|
# using SuiteSparse_jll (move to this when stdlibs have full support for jlls) |
|
const libumfpack = :libumfpack |
|
const libcholmod = :libcholmod |
|
const libspqr = :libspqr |
This should standardize the library SONAME used by the main Julia distribution.
I believe we should be able to actually use the JLLs that ship with Julia as hinted at in this comment:
SparseArrays.jl/src/solvers/LibSuiteSparse.jl
Lines 3 to 6 in 38604c3
This should standardize the library SONAME used by the main Julia distribution.