Ward Fisher

Results 558 comments of Ward Fisher

I know this is quite an old issue, but what version of `netcdf-fortran` is being used? `nf-config` does not appear to have a `--libdir` argument, which seems like an oversight....

Thanks! I think I have a fix, I'm testing now.

This should hopefully be corrected now. We're working on getting netCDF-C `v4.9.3` out ASAP, after which we'll try to get netcdf-fortran v4.6.2 out right afterwards.

Thanks, I'll take a look. This is not the first time something like this (with this error message) has come up.

I am still poking at this to get specifics, thanks for your patience. I was able to use netCDF v4.6.1 to dump the binary file to .cdl, and then use...

@DennisHeimbigner would turning off `dap4` and `nczarr` remove the requirement for compiling `tinyxml` in the absense of `libxml2`? e.g., if DAP4 and nczarr are disabled, do we need an xml...

If don't have libxml2 available, and we don't enable nczarr or DAP4, it seems like we can avoid compiling tinyxml2 and retain `libnetcdf` as a pure C library.

Thanks, I'll take a look and see what's going on. What version of HDF5 are you working with?

Thank you @abhibaruah, that certainly narrows it down. Thank you for bringing this back to the top of the stack, I will see what I can do to dial it...

Taking a look at fixing this, I'm now observing it again after merging #2958. @edwardhartnett do you folks use `clang` at all? I'm uncertain why this passed the MacOS CI...