spack/var/spack/repos/builtin/packages/grib-api/disable_numpy.patch
2017-12-08 09:33:30 +01:00

13 lines
329 B
Diff

--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -6,7 +6,8 @@ if( HAVE_PYTHON )
#endif()
# check for Numpy
- find_package( NumPy )
+ # find_package( NumPy )
+ set(NUMPY_FOUND FALSE)
###############################################################################
# swig python interface