netcdf4-python/netcdf4-python-norpath.patch

13 lines
512 B
Diff
Raw Normal View History

2022-01-20 05:27:05 +00:00
diff -up netcdf4-python-1.5.8rel/setup.py.norpath netcdf4-python-1.5.8rel/setup.py
--- netcdf4-python-1.5.8rel/setup.py.norpath 2021-10-31 07:25:17.000000000 -0600
+++ netcdf4-python-1.5.8rel/setup.py 2022-01-19 19:37:47.204865578 -0700
@@ -493,7 +493,7 @@ NETCDF4_DIR environment variable not set
if sys.platform == 'win32':
runtime_lib_dirs = []
else:
2017-06-20 20:06:32 +00:00
- runtime_lib_dirs = lib_dirs
+ 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.