You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netcdf4-python/SOURCES/netcdf4-python-norpath.patch

13 lines
512 B

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:
- runtime_lib_dirs = lib_dirs
+ runtime_lib_dirs = []
# Do not require numpy for just querying the package
# Taken from the h5py setup file.