SparseArrays.jl icon indicating copy to clipboard operation
SparseArrays.jl copied to clipboard

Enable retargeting SuiteSparse solvers to a different binary

Open rayegun opened this issue 3 years ago • 1 comments

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.

rayegun avatar Sep 07 '22 02:09 rayegun

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

ViralBShah avatar Sep 22 '22 14:09 ViralBShah