netcdf-c/libhdf5
Dennis Heimbigner b81f8b676a Make the fortran cache API always be defined.
re: Issue https://github.com/Unidata/netcdf-c/issues/2096

The methods nc_set_var_chunk_cache_ints and nc_def_var_chunking_ints
are Fortran entry points for accessing the cache. They are not defined
if netcdf-c is built with --disable-hdf5.

Fix is to create dummy versions that do nothing and return NC_NOERR
when invoked. These dummy versions are defined when USE_HDF5 is false.
2021-09-01 14:10:02 -06:00
..
CMakeLists.txt Ensure MPI header found without wrapper 2021-01-19 09:38:07 -07:00
H5FDhttp.c libhdf5/H5FDhttp: add missing semicolons to H5Epush_ret 2021-07-18 20:12:47 +00:00
H5FDhttp.h
hdf5attr.c Add support for the XArray Zarr _ARRAY_DIMENSIONS attribute 2021-02-24 13:46:11 -07:00
hdf5create.c Merge branch 'virtual_datasets' of https://github.com/d70-t/netcdf-c into gh1983.wif 2021-07-19 09:44:35 -07:00
hdf5debug.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf5debug.h Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5dim.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
hdf5dispatch.c Mostly revert the filter code to reduce its complexity of use. 2020-09-27 12:43:46 -06:00
hdf5err.h Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
hdf5file.c Fix merge error from PR https://github.com/Unidata/netcdf-c/pull/1892/files 2020-12-01 20:10:48 -07:00
hdf5filter.c Improve error message when non-existent filter is encountered. 2021-05-17 19:49:58 -06:00
hdf5grp.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
hdf5internal.c Remove need for HDF5-1.6 API being defined 2021-04-28 13:59:24 -06:00
hdf5open.c fixing H5Linterate() API compatipility problem 2021-08-03 02:27:57 -06:00
hdf5type.c Revert "Revert "Fix nczarr-experimental: improve build support, disengage hdf5 vs netcdf4 flags, and find AWS libraries"" 2020-08-17 19:15:47 -06:00
hdf5var.c Make the fortran cache API always be defined. 2021-09-01 14:10:02 -06:00
Makefile.am Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
nc4hdf.c Only write the coord dimids if ndims >= 1 2021-08-04 09:49:48 -06:00
nc4info.c Remove need for HDF5-1.6 API being defined 2021-04-28 13:59:24 -06:00
nc4mem.c
nc4memcb.c Codify cross-platform file paths 2021-03-04 13:41:31 -07:00