ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Do not use system netcdf library, use the version in the conda env #583

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

At runtime thredds needs to know where libnetcdf.so and its dependencies are by looking at the LD_LIBRARY_PATH variable. The conda package "netCDF4" installs the shared object file into the library directory of the conda environment.

This has been ready for awhile, but unable to test as the VM is unusable right now due to high CPU usage.