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

Julia installation from conda-forge: CHOLMOD version incompatibility #102

Closed
ianna opened this issue Jun 6, 2024 · 1 comment
Closed

Comments

@ianna
Copy link
Member

ianna commented Jun 6, 2024

Installing Julia from a conda-forge channel gives the following warning:

┌ Warning: CHOLMOD version incompatibility
│ 
│ Julia was compiled with CHOLMOD version 4.0.4. It is
│ currently linked with version 3.0.14.
│ This might cause Julia to terminate when working with
│ sparse matrix factorizations, e.g. solving systems of
│ equations with \.
│ 
│ It is recommended that you use Julia with the same major
│ version of CHOLMOD as the one used during the build, or
│ download the generic binaries from www.julialang.org,
│ which ship with the correct versions of all dependencies.
└ @ SparseArrays.CHOLMOD ~/anaconda3/envs/py311-julia19/share/julia/stdlib/v1.10/SparseArrays/src/solvers/cholmod.jl:206

It's a known issue reported to conda-forge/julia-feedstock#274

@ianna
Copy link
Member Author

ianna commented Jun 6, 2024

@Moelf - FYI

@Moelf Moelf closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2024
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