-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
SuiteSparse: update to 6.0.1. #39846
Conversation
What shall we do about this:
|
3c17c06
to
61cce12
Compare
61cce12
to
fcec150
Compare
The CI failures look harmless:
|
0ab7ebf
to
f221245
Compare
Apologies for the multiple force-push. Just two changes:
Hopefully with these two changes CI will pass. |
Now the three CI failures are just the expected |
of course igraph requires a revbump, in |
can you please rebase, so CI runs again |
- use openblas instead of lapack when available. - add shlibs that will be used by octave. - SuiteSparse-devel and mongoose-devel conflict for libmongoose.{so,a}.
- use openblas instead of lapack when available.
Done, everything passed. Thanks! |
Testing the changes
SuiteSparse
is used in sagemath throughpython3-cvxopt
-- I ran the sagemath testsuite with this update.