Allen Byrne
Allen Byrne
Thanks for trying - I will investigate this next week and implement a CI that will keep us from messing this up in the future.
See #5182 for what should fix the problems
See #5280 has been created to fix these issues
CMake allows one to change the postfix name, including setting it to nothing: set(CMAKE_DEBUG_POSTFIX) or -DCMAKE_DEBUG_POSTFIX="" HDF5 uses that var setting for the names.
Have you tried the 3.3.2 release?
According to Oracle help for jpackage (which is what creates the installer for Windows); --win-dir-chooser Adds a dialog to enable the user to choose a directory in which the product...
All global settings for includes have been removed in development source and I believe 1.14.x releases.
In release_docs/INSTALL_CMake.txt , section "IV. Further considerations" and section "V. Options for Building HDF5 Libraries with the CMake Command Line" show the CMake options to use. * H5_SZIP_INCLUDE_DIR:PATH= * H5_SZIP_LIBRARY:FILEPATH=...
We may have been overzealous with our prefix (H5_) changes and you may need to remove the prefix.
Thank you - I will fix the documentation.