DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.11k stars 256 forks source link

CI: Add check if root CMakeLists.txt pulls in necessary dependencies. #759

Closed mmuetzel closed 5 months ago

mmuetzel commented 5 months ago

When adding a library in SUITESPARSE_ENABLE_PROJECTS, the build rules should automatically add all necessary libraries. Add a step to one single runner to check if this is working as expected for all libraries.

This would probably have detected the issue fixed in #757 a bit earlier.