Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda wrappers may get picked up, causing link to fail
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
For those autobuilding the HDF5 library itself, the HDF Group thankfully moved to community-friendly...
This facilitates finding HDF5 robustly, as we believe our FindHDF5 is better suited to h5fortran use...
Since CMake FindHDF5.cmake targets different use cases than are important for h5fortran, we created ...
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
FindHDF5 doesn't search for Zlib till all components found. This helps avoid conflicts with ZLIB::ZL...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
conda HDF5 conflicts with compilers typically, yet is first on PATH by design. We ignore Conda for t...
Previously, on MacOS Anaconda Python could get in the way of finding an ABI-compatible HDF5. This up...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
also, add MPI linking to h5fortran if user has parallel HDF5 library. We haven't enabled MPI in h5fo...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
For those autobuilding the HDF5 library itself, the HDF Group thankfully moved to community-friendly...
This facilitates finding HDF5 robustly, as we believe our FindHDF5 is better suited to h5fortran use...
Since CMake FindHDF5.cmake targets different use cases than are important for h5fortran, we created ...
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
FindHDF5 doesn't search for Zlib till all components found. This helps avoid conflicts with ZLIB::ZL...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
conda HDF5 conflicts with compilers typically, yet is first on PATH by design. We ignore Conda for t...
Previously, on MacOS Anaconda Python could get in the way of finding an ABI-compatible HDF5. This up...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
also, add MPI linking to h5fortran if user has parallel HDF5 library. We haven't enabled MPI in h5fo...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
For those autobuilding the HDF5 library itself, the HDF Group thankfully moved to community-friendly...