summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/grib-api/disable_numpy.patch
blob: c056388da835373bd9d28725634e2c486bce89b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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