use CMake presets and built-in policy for robustnes add ability to auto-build NetCDF if missing/broken (HDF5 library required
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
add methods: is_chunked, is_contig, chunks enable compression with auto-chunking expand testing lik...
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...
as with h5fortran, check that linking NetCDF4 works before declaring NetCDF_FOUND
add netcdf_file methods: read_attribute write_attribute ndims flush add functions nc_exist is_net...
user packages don't have to find netcdf as the installed script will do that. add CDash to C
Note with error message that CMake >= 3.20 needed for autobuild of NetCDF (let us know if this is an...
use JSON for URLs as best practice CI tests NetCDF build put Rpath in exe for shared build
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
Use CMake native features better to make the Zlib and HDF5 autobuilds more rock solid
If necessary, we provide two ways to build HDF5. CMake: the CMAKE_INSTALL_PREFIX variable defaults ...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
remove unused module make pathlib submodule to avoid name clash improve install add example
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
generate h5fortran.pc for pkg-config improve packaging export targets to build di
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
add methods: is_chunked, is_contig, chunks enable compression with auto-chunking expand testing lik...
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...
as with h5fortran, check that linking NetCDF4 works before declaring NetCDF_FOUND
add netcdf_file methods: read_attribute write_attribute ndims flush add functions nc_exist is_net...
user packages don't have to find netcdf as the installed script will do that. add CDash to C
Note with error message that CMake >= 3.20 needed for autobuild of NetCDF (let us know if this is an...
use JSON for URLs as best practice CI tests NetCDF build put Rpath in exe for shared build
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
Use CMake native features better to make the Zlib and HDF5 autobuilds more rock solid
If necessary, we provide two ways to build HDF5. CMake: the CMAKE_INSTALL_PREFIX variable defaults ...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
remove unused module make pathlib submodule to avoid name clash improve install add example
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
generate h5fortran.pc for pkg-config improve packaging export targets to build di
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
add methods: is_chunked, is_contig, chunks enable compression with auto-chunking expand testing lik...
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...