-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependenciessparseSparse arraysSparse arrays
Description
👋 running into a build issue with julia compiling with SuiteSparse 6.0.2
==> /opt/homebrew/Cellar/julia/1.8.3_1/bin/julia --startup-file=no --history-file=no --project=/private/tmp/julia-test-20221212-51580-pkgy74 --procs 8 --print '2 + 2'
┌ Warning: CHOLMOD version incompatibility
│
│ Julia was compiled with CHOLMOD version 3.0.14. It is
│ currently linked with version 4.0.2.
│ 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.
└ @ SuiteSparse.CHOLMOD /private/tmp/julia-20221212-[186](https://github.com/Homebrew/homebrew-core/actions/runs/3679462618/jobs/6226327324#step:6:187)80-1bychqh/julia-1.8.3/usr/share/julia/stdlib/v1.8/SuiteSparse/src/cholmod.jl:186
┌ Warning: CHOLMOD version incompatibility
│
relates to Homebrew/homebrew-core#117911
Similar to #10750
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependenciessparseSparse arraysSparse arrays