2019-10-24 23:12:43 +00:00
|
|
|
diff -up netcdf4-python-1.5.3rel/setup.py.norpath netcdf4-python-1.5.3rel/setup.py
|
|
|
|
--- netcdf4-python-1.5.3rel/setup.py.norpath 2019-10-22 09:39:48.000000000 -0600
|
|
|
|
+++ netcdf4-python-1.5.3rel/setup.py 2019-10-24 17:10:13.963050895 -0600
|
|
|
|
@@ -471,7 +471,7 @@ NETCDF4_DIR environment variable not set
|
2018-10-07 17:19:28 +00:00
|
|
|
if sys.platform == 'win32':
|
|
|
|
runtime_lib_dirs = []
|
|
|
|
else:
|
2017-06-20 20:06:32 +00:00
|
|
|
- runtime_lib_dirs = lib_dirs
|
2018-10-07 17:19:28 +00:00
|
|
|
+ runtime_lib_dirs = []
|
2017-06-20 20:06:32 +00:00
|
|
|
|
|
|
|
# Do not require numpy for just querying the package
|
|
|
|
# Taken from the h5py setup file.
|