-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cholmod version is recorded somewhere in source? #359
Comments
We need to update the SuiteSparse auto-generated wrappers in
This was a change in SuiteSparse 6: https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v6.0.0, and probably commenting it out in |
Right - that needs updating of the wrappers. It is picking up the old ones. |
I see, you updated them. So what we'll need to do is bump SparseArrays on Julia master as well (otherwise the nightly that is tested with here has the old SuiteSparse versions baked into the system image). So I would ignore the failing test here for the SuiteSparse bump - which is expected. |
Being solved in #363 |
SuiteSparse update in Julia in JuliaLang/julia#48855 is blocked because somehow an old cholmod version is recorded, apparently in this repo:
I do not understand what “Julia was compiled with CHOLMOD version 3.0.14” means. In the PR, it is absolutely wrong: Julia was compiled with version 4.0.3, the PR is updating that version.
The warning makes several test fail (output matching becomes wrong).
The text was updated successfully, but these errors were encountered: