Ward Fisher

Results 558 comments of Ward Fisher

Taking a look to see if I can do this refactor before the v4.9.3 release

Agreed. The logic should be that netcdf is *always* built with minimal dependancies. It should be the case that disabling anything that would require libcurl (DAP, Zarr support) should result...

@DennisHeimbigner Besides Zarr and DAP2/DAP4, is there anything making use of `libcurl`-provided functionality?

Since curl is not used directly, but is rather used by functionality, I think rather than `ENABLE_CURL` being an option, it should be properly determined, programatically, if `libcurl` is needed...

Or, what @DennisHeimbigner said XD.

Taking a look at this tomorrow for the v4.9.3 release.

I've put up a fix; I've not turned off the HDF4 tests, since they can already be toggled with a different option, and the check that is made when `NETCDF_ENABLE_HDF4_FILE_TESTS`...

It looks like something is not linking properly; do you have the config.log file generated when you ran `configure`?

It looks like the instruction to link against `libhdf5` is somehow not being passed along when building the tests as part of `make check`. Can you provide the output from...

You'll want to run `ldd` against the copy of `libnetcdf.so` you are compiling; it won't be any of the versions generated and distributed by other packages. After compiling, it typically...