also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, it's better to build our own rather than emit huge amount of link-time errors
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
also, add MPI linking to h5fortran if user has parallel HDF5 library. We haven't enabled MPI in h5fo...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
For quality and maintenance, CMake >= 3.20 required. Better handling of MPI for those with HDF5+MPI ...
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
Use CMake native features better to make the Zlib and HDF5 autobuilds more rock solid
Make HDF5 autobuild faster and more robust by using the .zip release instead of Gi
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
Since CMake FindHDF5.cmake targets different use cases than are important for h5fortran, we created ...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...
This facilitates finding HDF5 robustly, as we believe our FindHDF5 is better suited to h5fortran use...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
also, add MPI linking to h5fortran if user has parallel HDF5 library. We haven't enabled MPI in h5fo...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
For quality and maintenance, CMake >= 3.20 required. Better handling of MPI for those with HDF5+MPI ...
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
Use CMake native features better to make the Zlib and HDF5 autobuilds more rock solid
Make HDF5 autobuild faster and more robust by using the .zip release instead of Gi
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
Since CMake FindHDF5.cmake targets different use cases than are important for h5fortran, we created ...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...
This facilitates finding HDF5 robustly, as we believe our FindHDF5 is better suited to h5fortran use...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...