-
Notifications
You must be signed in to change notification settings - Fork 17
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 fails with WITH_CHECK=OFF #9
Comments
Thanks for the report. The issue is in the original SuiteSparse where I only observe a warning which is elevated to an error in your build because you set As for the actual problem:
SuiteSparse/CHOLMOD/Include/cholmod_check.h Line 101 in 54019b8
which is why WITH_PRINT does not have any effect here.
|
I do not set -Werror but use the default settings. These result in
I checked this for clang on macOS and icx on Windows. I'll try your patch. Thanks! |
It does not matter who sets |
I test SuiteSparse-5.13.0-cmake.3 on macOS.
In build
cmake .. -DWITH_DEMOS=OFF
works, howevercmake .. -DWITH_DEMOS=OFF -DWITH_CHECK=OFF
results in
The setting does WITH_PRINT=OFF and resetting has no effect (possibly because it is a cache variable).
The text was updated successfully, but these errors were encountered: