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

Root CMakeLists.txt: Automatically pull in UMFPACK when building ParU. #757

Closed mmuetzel closed 5 months ago

mmuetzel commented 5 months ago

ParU depends on UMFPACK. Add rules to automatically add UMFPACK to the list of packages to be built if ParU is selected unless SUITESPARSE_USE_SYSTEM_UMFPACK is set.