Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SuiteSparse Compatiblility with Sundials.jl #118

Closed
mjohnson541 opened this issue Aug 10, 2021 · 1 comment
Closed

SuiteSparse Compatiblility with Sundials.jl #118

mjohnson541 opened this issue Aug 10, 2021 · 1 comment

Comments

@mjohnson541
Copy link
Contributor

On the new v1.6.1 installing and precompiling Sundials.jl (dependency of DifferentialEquations.jl) gives:

ERROR: LoadError: InitError: could not load library "/Users/mattjohnson/.julia/artifacts/bd8ae81b8657ac029ad0b2592aaba09a79121a96/lib/libsundials_sunlinsolklu.3.2.0.dylib"
dlopen(/Users/mattjohnson/.julia/artifacts/bd8ae81b8657ac029ad0b2592aaba09a79121a96/lib/libsundials_sunlinsolklu.3.2.0.dylib, 1): Library not loaded: @rpath/libsuitesparseconfig.5.4.0.dylib
Referenced from: /Users/mattjohnson/.julia/artifacts/bd8ae81b8657ac029ad0b2592aaba09a79121a96/lib/libsundials_sunlinsolklu.3.2.0.dylib
Reason: image not found

This seems to be due to the suitesparse version choice: SciML/Sundials.jl#303. Building instead with suitesparse 5.4.0 fixes this issue. This might not be an issue after Julia 1.7 in BinaryBuillder it looks like they're planning to move to 5.10.0 for Julia 1.7.

@mjohnson541 mjohnson541 changed the title Issue With SuiteSparse Compatiblility with Sundials.jl SuiteSparse Compatiblility with Sundials.jl Aug 10, 2021
@mkitti
Copy link
Contributor

mkitti commented Aug 23, 2021

This makes the case for pinning the versions to the versions used upstream if they exist. I'm guessing the official builds work just fine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants