Skip to content

using alt_hdf5_dir causes XDMF build to fail to find HDF5 headers #20086

Discussion options

You must be logged in to vote

Ok, I was able to get Xdmf 2.1.1 to compile with HDF5-1.14.3. The problem is the H5FD_class_t data structure has changed in HDF5 versions. And, in earlier versions, that data structure was not versioned. If looks like that part of Xdmf has been modified on a few occasions to handle various versions of HDF5. Here is a patch that works for HDF5-1.14 but probably will not work for 1.12 and/or 1.10...

XdmfH5Driver.cxx.patch.gz

Copy the above file to top Xdmf dir, unzip it and run the command patch -p0 < XdmfH5Driver.cxx.patch

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@BenWibking
Comment options

@markcmiller86
Comment options

@markcmiller86
Comment options

Answer selected by BenWibking
@BenWibking
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants