Home
last modified time | relevance | path

Searched refs:USE_NCCONFIG (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/
H A Dsetup.py194 USE_NCCONFIG = os.environ.get('USE_NCCONFIG') variable
195 if USE_NCCONFIG is not None:
196 USE_NCCONFIG = bool(int(USE_NCCONFIG)) variable
311 if USE_NCCONFIG is None and use_ncconfig is not None:
312 USE_NCCONFIG = use_ncconfig variable
313 elif USE_NCCONFIG is None:
315 if HAS_NCCONFIG: USE_NCCONFIG=True
388 if USE_NCCONFIG and HAS_NCCONFIG: # Try nc-config.
H A DChangelog503 * Make sure USE_NCCONFIG environment variable takes precedence over value
505 with USE_NCCONFIG=1 will use environment variables to find paths to
533 (rename it to setup.cfg.save), or set USE_NCCONFIG to 0.
989 * on unix-like systems, the environment variable USE_NCCONFIG can be set to
H A DREADME.md211 with `export USE_NCCONFIG=0` will use environment variables to find paths to libraries and include …
/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/src/netCDF4/
H A D_netCDF4.pyx53 To disable the use of `nc-config`, set the env var `USE_NCCONFIG` to 0.
56 If you go this route, set `USE_NCCONFIG` and `USE_SETUPCFG` to 0, and specify