-
Notifications
You must be signed in to change notification settings - Fork 262
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 CMake < 3.24 and openMP fails #669
Labels
bug
Something isn't working
Comments
Thanks for reporting. |
Would it be helpful to post a SuiteSparse 7.5.0.betaX release with this update? |
I've posted a 7.5.0.beta3 with this fix: https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.5.0.beta3 |
Fixed in 7.5.0 (to be released today). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Building with CMake < 3.24 fails because
in
SuiteSparse_config/CMakeLists.txt
which hascmake_minimum_required ( VERSION 3.22 )
but according to https://cmake.org/cmake/help/latest/command/find_package.html 3.24 is required.3.24 is about 1.5 years old (https://www.kitware.com/cmake-3-24-0-is-available-for-download/)
Screenshots
Desktop (please complete the following information):
linux-pkgs-dbg-ftn-interfaces
configuration on GitLab CI of PETSc (https://gitlab.com/petsc/petsc/-/jobs/5840470517)Additional context
https://gitlab.com/petsc/petsc/-/merge_requests
The text was updated successfully, but these errors were encountered: