-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
suite-sparse: add v7.4.0 #41738
base: develop
Are you sure you want to change the base?
suite-sparse: add v7.4.0 #41738
Conversation
The issue above was closed, all issues are reportedly addressed in v7.4.0 |
Co-authored-by: Markus Mützel <[email protected]>
41781f1
to
d14bc43
Compare
Maybe, something like this is still missing?
Or whatever the correct syntax would be for that... |
ilp64 and symbol_suffix are different things |
If I understand the nomenclature here correctly, |
sigh, suite-sparses symbol suffix |
self.define("LAPACK_LIBRARIES", self.spec["lapack"].libs), | ||
] | ||
|
||
if blas.name == "openblas" and "symbol_suffix" in blas.variants: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only for OpenBLAS and not for any BLAS with a symbol suffix?
The "default" symbol suffix in SuiteSparse is no suffix at all.
Use the new cmake build system for suite sparse.
Pending DrTimothyAldenDavis/SuiteSparse#599