Home
last modified time | relevance | path

Searched refs:use_ncconfig (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/
H A Dsetup.cfg2 use_ncconfig=True
H A Dsetup.py208 use_ncconfig = None variable
290 use_ncconfig = config.getboolean("options", "use_ncconfig")
311 if USE_NCCONFIG is None and use_ncconfig is not None:
312 USE_NCCONFIG = use_ncconfig
H A DChangelog504 of use_ncconfig in setup.cfg. With this change, 'pip install netCDF4'