Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
126 stars 49 forks source link

HDF 1.14 + netcdf-c 4.9 Support? #132

Closed akrherz closed 9 months ago

akrherz commented 1 year ago

I'm attempting to build netcdf-cxx4 against HDF5 1.14.0 and netcdf-c 4.9.1 for conda-forge/netcdf-cxx4-feedstock#43 and am getting a test failure

 Start 10: cxx4_test_filter

10/18 Test 10: cxx4_test_filter .................***Failed 0.01 sec

Is a release of netcdf-cxx4 coming to support these updated releases?

ZedThree commented 9 months ago

Is this fixed by #138? If so, it's not actually an incompatibility with hdf5 1.14, so you can safely use it

akrherz commented 9 months ago

Hi @ZedThree, I am unsure. I have bumped conda-forge/netcdf-cxx4-feedstock#43 to get a current build failure.

akrherz commented 9 months ago

well it seems my troubles went away when using HDF5 1.14.3 and libnetcdf 4.9.2, shrug!