Open jeff-cohere opened 2 years ago
I think if we advise folks to link against shared NetCDF libraries, this issue goes away. We only need to explicitly link all this stuff in if NetCDF has been built as a static library.
All except curl
make sense...
Curl is part of NetCDF's "kitchen-sink" strategy to I/O. Fortunately, as it happens, we've surmounted this particular difficulty using module's installed on the system of interest.
One of our participants is trying to get NetCDF4 working, and noticed that the following libraries are required (excluding the Fortran
netcdff
library for Fortran programs):This means we need to handle HDF5 libraries, the libz compression library, and libcurl.