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
👋 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
│
👋 running into a build issue with julia compiling with SuiteSparse 6.0.2
relates to Homebrew/homebrew-core#117911
Similar to #10750
The text was updated successfully, but these errors were encountered: