Skip to content

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

@ianna

Description

@ianna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions