-
Notifications
You must be signed in to change notification settings - Fork 42
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 with Strumpack enabled fails due to -Werror (-Werror=unused-variable
, -Werror=reorder
)
#674
Comments
Ginkgo backend also fails:
|
@barracuda156 We had a PR#673 to address this issue, by moving |
@nychiang Thank you, it does compile with |
Since the fix was merged to the develop branch, closing this. |
Besides, could we add an option to specify location of Strumpack headers? Configure file only has an option to specify location of its library, but not header files.
I had to patch CMakeLists to make it work:
The text was updated successfully, but these errors were encountered: