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

Build failure with SuiteSparse 6.0.2 #47884

Closed
chenrui333 opened this issue Dec 13, 2022 · 2 comments
Closed

Build failure with SuiteSparse 6.0.2 #47884

chenrui333 opened this issue Dec 13, 2022 · 2 comments
Labels
building Build system, or building Julia or its dependencies sparse Sparse arrays

Comments

@chenrui333
Copy link

👋 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

@mzy2240
Copy link

mzy2240 commented Dec 15, 2022

relate to JuliaPackaging/Yggdrasil#5979

@ViralBShah
Copy link
Member

#48977 gets SuiteSparse 7 in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies sparse Sparse arrays
Projects
None yet
Development

No branches or pull requests

4 participants