conda HDF5 conflicts with compilers typically, yet is first on PATH by design. We ignore Conda for the FindHDF5, FindZLIB only to allow the rest of the project to use Python
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
some system libHDF5 libraries require SZIP. This is true even though h5fortran does not use szip. An...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...
FindHDF5 doesn't search for Zlib till all components found. This helps avoid conflicts with ZLIB::ZL...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
Previously, on MacOS Anaconda Python could get in the way of finding an ABI-compatible HDF5. This up...
use sha256 to check HDF5 and ZLIB source hash don't needlessly export--just default install to build...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
some system libHDF5 libraries require SZIP. This is true even though h5fortran does not use szip. An...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...
FindHDF5 doesn't search for Zlib till all components found. This helps avoid conflicts with ZLIB::ZL...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
backport CMake 3.19 findhdf5.cmake to make HDF5 finding more robust pathlib submodule instead of mod...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
FindHDF5.cmake: fix detection of self-built HDF5 on Unix-like OS build_hdf5.py: bugfix and allow bui...
Previously, on MacOS Anaconda Python could get in the way of finding an ABI-compatible HDF5. This up...
use sha256 to check HDF5 and ZLIB source hash don't needlessly export--just default install to build...
To greatly increase robustness of FindHDF5, vendor CMake 3.18.3. This is because HDF Group is changi...
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
some system libHDF5 libraries require SZIP. This is true even though h5fortran does not use szip. An...
This allows user to specify HDF5_ROOT and ZLIB_ROOT to say ~/lib_gcc so that the HDF5 library can be...