I’ve just downloaded hdf5-1.14.6-win-vs2022_cl.msi from the download site and installed it, but the library and module files for fortran seem to be missing… Is this so? or is my installation corrupted?
Are there any precompiled HDF5 binaries for windows which include fortran files?
There are HDF5 windows binaries built with OneAPI C and Fortran compilers available from https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/index.html. These are the ones names hdf5-1.14.6-win-vs2022_intel.msi and .zip. The one that you have does not have Fortran because we had no Fortran compiler for the MS C compiler. It should be fine, but does not have the Fortran lib files.
As for the VS2022 binary, I’m using the OneAPI fortran compiler from the VS2022 community edition (the compiler is integrated into VS2022 when installing), and I think it’s not difficult to build the binary with fortran files as well. Do you intend to separate binaries according to the compilers/toolchains? I’m now working on a fortran-only project.