SparseArrays.jl
SparseArrays.jl copied to clipboard
Enable retargeting SuiteSparse solvers to a different binary
I came across this while testing, but do we have the ability to choose a different SuiteSparse binary (or set of binaries really) at runtime?
I know a number of packages in the ecosystem have this capability (with Preferences.jl oftentimes), but it would be quite nice if we could also do this here.
I'm not sure we do. I usually just overwrite the library during testing with a different one.