You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mjohnson541
changed the title
Issue With SuiteSparse Compatiblility with Sundials.jl
SuiteSparse Compatiblility with Sundials.jl
Aug 10, 2021
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.
The text was updated successfully, but these errors were encountered: