Dennis Heimbigner
Dennis Heimbigner
IF you define the same HDF5_PLUGIN_PATH at both build time and run-time, then the install will install into the directory specified by HDF5_PLUGIN_PATH and everything works ok, even without sudo...
we have 3 choices, i think. 1. leave as is and deal with complaints by some fraction of users who install without sudo 2. change default back to --without-plugin-dir and...
Ward- the fix should this: In configure.ac about line 1897 change ```` [],[with_plugin_dir=yes]) to [],[with_plugin_dir=no]) ```` Similarly, in top level CMakeLists.txt, about line 1122 change ```` SET(PLUGIN_INSTALL_DIR "YES" CACHE STRING...
Forgot one other change in CMakeLists.txt change line 1123 from ```` SET(ENABLE_PLUGIN_INSTALL YES) to SET(ENABLE_PLUGIN_INSTALL NO) ````
I can't see anything in the libcurl change log: https://curl.se/changes.html Perhaps this is an OPENSSL change?
You should not be using any oc function; they were made internal long ago and can only be used in the context of libncdap. Why is your use of .ncrc...
Good point. As a developer, I sometimes forget to take the naive user into account. In include/ncrc.h there is a technically internal operation to insert a new key/value pair into...
Thanks for the reminder. I plan to expand that API to a little better access to the rc file: e.. insert, find, remove
This is windows/mingw, correct?
Can you run the following command in the docker to see if the file is accessible at all? > wget "https://erddap.ifremer.fr/erddap/griddap/SDC_GLO_CLIM_TS_V2_1.dds" or you can use curl if you prefer In...