2017-06-20 20:06:32 +00:00
|
|
|
diff -up netcdf4-python-1.2.9rel/setup.py.libs netcdf4-python-1.2.9rel/setup.py
|
|
|
|
--- netcdf4-python-1.2.9rel/setup.py.libs 2017-06-20 12:43:57.950231729 -0600
|
|
|
|
+++ netcdf4-python-1.2.9rel/setup.py 2017-06-20 12:48:52.764137258 -0600
|
|
|
|
@@ -308,7 +308,7 @@ NETCDF4_DIR environment variable not set
|
2016-02-07 22:55:32 +00:00
|
|
|
if sys.platform=='win32':
|
2017-06-20 20:06:32 +00:00
|
|
|
libs = ['netcdf', 'hdf5_hl', 'hdf5', 'zlib']
|
2016-02-07 22:55:32 +00:00
|
|
|
else:
|
2017-06-20 20:06:32 +00:00
|
|
|
- libs = ['netcdf', 'hdf5_hl', 'hdf5', 'z']
|
2016-02-07 22:55:32 +00:00
|
|
|
+ libs = ['netcdf']
|
2017-06-20 20:06:32 +00:00
|
|
|
|
|
|
|
if netCDF4_libdir is not None: lib_dirs = [netCDF4_libdir]
|
2016-02-07 22:55:32 +00:00
|
|
|
if HDF5_libdir is not None: lib_dirs.append(HDF5_libdir)
|