spack/var/spack/repos/builtin/packages/grib-api/disable_numpy.patch

13 lines
329 B
Diff
Raw Normal View History

2017-12-08 16:33:30 +08:00
--- 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