If necessary, we provide two ways to build HDF5. CMake: the CMAKE_INSTALL_PREFIX variable defaults to ~/libs/hdf5-* Python The autobuild option was too shaky as HDF5 itself has shaky CMake script that is not reliable enough to use the technique we use for libraries like Lapack, Scalapack and Mumps
For quality and maintenance, CMake >= 3.20 required. Better handling of MPI for those with HDF5+MPI ...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
For those autobuilding the HDF5 library itself, the HDF Group thankfully moved to community-friendly...
Use CMake native features better to make the Zlib and HDF5 autobuilds more rock solid
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
deduced that HDF5's CMakeLists has problems including cannot always build in parallel rebuild avoid...
fixed self-build of HDF5 with CMake = 3.20 still recommended to improve performance of HDF5/ZLIB aut...
Since CMake FindHDF5.cmake targets different use cases than are important for h5fortran, we created ...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
This facilitates finding HDF5 robustly, as we believe our FindHDF5 is better suited to h5fortran use...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
For quality and maintenance, CMake >= 3.20 required. Better handling of MPI for those with HDF5+MPI ...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
For those autobuilding the HDF5 library itself, the HDF Group thankfully moved to community-friendly...
Use CMake native features better to make the Zlib and HDF5 autobuilds more rock solid
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
deduced that HDF5's CMakeLists has problems including cannot always build in parallel rebuild avoid...
fixed self-build of HDF5 with CMake = 3.20 still recommended to improve performance of HDF5/ZLIB aut...
Since CMake FindHDF5.cmake targets different use cases than are important for h5fortran, we created ...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
This facilitates finding HDF5 robustly, as we believe our FindHDF5 is better suited to h5fortran use...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
For quality and maintenance, CMake >= 3.20 required. Better handling of MPI for those with HDF5+MPI ...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
For those autobuilding the HDF5 library itself, the HDF Group thankfully moved to community-friendly...