diff --git a/w2dynamics.patch b/w2dynamics.patch index 19ac6ee..d7702ef 100644 --- a/w2dynamics.patch +++ b/w2dynamics.patch @@ -1,5 +1,5 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 24a3f3b..f0a63c0 100644 +index 24a3f3b..2899d85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif(POLICY CMP0074) @@ -27,7 +27,7 @@ index 24a3f3b..f0a63c0 100644 option(USE_NFFT "Compile with support for routines requiring the NFFT library for non-equispaced FFTs" ON) if (USE_NFFT) -@@ -88,22 +79,6 @@ else () +@@ -88,30 +79,14 @@ else () set(NFFT_LIBRARIES "") endif () @@ -49,8 +49,9 @@ index 24a3f3b..f0a63c0 100644 - find_package( Python - COMPONENTS Interpreter Development.Module NumPy -@@ -111,7 +86,7 @@ find_package( +- COMPONENTS Interpreter Development.Module NumPy ++ COMPONENTS Interpreter Development NumPy + REQUIRED) # F2PY headers execute_process(