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

SPEX: Fix building stand-alone. #815

Closed mmuetzel closed 1 month ago

mmuetzel commented 1 month ago

Make sure SUITESPARSE_USE_PYTHON has a default value if packages are built stand-alone (i.e., without using the root CMakeLists.txt).

I missed that when reviewing #805. Sorry.