JuliaSparse / SparseArrays.jl

SparseArrays.jl is a Julia stdlib
https://sparsearrays.juliasparse.org/
Other
89 stars 51 forks source link

Enable retargeting SuiteSparse solvers to a different binary #250

Open rayegun opened 2 years ago

rayegun commented 2 years ago

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.

ViralBShah commented 1 year ago

I'm not sure we do. I usually just overwrite the library during testing with a different one.