-
Notifications
You must be signed in to change notification settings - Fork 65
Description
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
# 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.
Metadata
Metadata
Assignees
Labels
No labels