Further shared lib enhancements for Windows if building HDF5, allow selecting from HDF5 versions in cmake/libraries.json via HDF5_VERSION variabl
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
Use CMake native features better to make the Zlib and HDF5 autobuilds more rock solid
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
Make HDF5 autobuild faster and more robust by using the .zip release instead of Gi
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
If necessary, we provide two ways to build HDF5. CMake: the CMAKE_INSTALL_PREFIX variable defaults ...
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
Although we recommend CMake >= 3.14 in general, to make easier access, we allow CMake >= 3.1
For those autobuilding the HDF5 library itself, the HDF Group thankfully moved to community-friendly...
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
Use CMake native features better to make the Zlib and HDF5 autobuilds more rock solid
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
Make HDF5 autobuild faster and more robust by using the .zip release instead of Gi
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
If necessary, we provide two ways to build HDF5. CMake: the CMAKE_INSTALL_PREFIX variable defaults ...
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
Although we recommend CMake >= 3.14 in general, to make easier access, we allow CMake >= 3.1
For those autobuilding the HDF5 library itself, the HDF Group thankfully moved to community-friendly...
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...