The installation seems to be successful and it passes all the tests. Still, I cannot find the HDF5-1.14."X"-win64.msi file that suppose to be created after the installation and that will generate the HDF_Group in \Program Files.
Could you help me to understand what is happening? How can I generate the msi file? Am I missing any step?
Thanks for the support!
I followed your instructions but I still have some errors when calling HDF5
File or directory C:/Program
Files/HDF_Group/HDF5/1.14.3/%ProgramFiles%/HDF_Group/HDF5/1.14.3 referenced
by variable HDF5_BUILD_DIR does not exist !
I tried to avoid it by replicating the same folder structure as suggested in the INSTALL_CMake.txt file and adding it to the env PATH. But it’s still not working
Should I modify the installation in any way to link the HDF5_BUILD_DIR to the correct path?
Yes, the default for windows causes problems if the INSTALLDIR isn’t specified, I think I have fixed it in the recent development code - maybe.
Anyway look for the instances of INSTALLDIR in the HDF5config.cmake file to locate the problem. Make sure the .bat file sets it corectly - another place would be the HDF5options.cmake where it uses the INSTALLDIR to set the CMAKE_INSTALL_PREFIX.
Another choice might to be to not set the INSTALLDIR and go with the default?