File photospline-dont-include-package.patch of Package photospline
--- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: photospline-2.4.1/CMakeLists.txt =================================================================== --- photospline-2.4.1.orig/CMakeLists.txt +++ photospline-2.4.1/CMakeLists.txt @@ -23,7 +23,7 @@ INCLUDE (CFITSIO) INCLUDE (LAPACK) INCLUDE (SuiteSparse) INCLUDE (Python) -INCLUDE (package) +# INCLUDE (package) IF (BLAS_FOUND AND LAPACK_FOUND AND SUITESPARSE_FOUND AND NOT DEFINED BUILD_SPGLAM) SET(BUILD_SPGLAM TRUE)