You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Unable to determine HDF5 C flags from HDF5 wrapper.
-- Could NOT find HDF5 (missing: HDF5_LIBRARIES) (found suitable version "1.12.2", minimum required is "1.10")
CMake Error at CMakeLists.txt:713 (message):
HDF5 not found. Set HDF5_ROOT
3.15.0 found hdf5 fine, but 3.17.0 fails.
hdf5 installs cmake files, so it should be easily found.
System:
system name: FreeBSD 13.2
Additional context
clang-15
hdf5-1.12.2_2
The text was updated successfully, but these errors were encountered:
Thanks for the quick report Yuri. We are investigating. There seems to be something going on with certain versions of hdf5, cmake, and our use of them, possibly also the spack package manager installations as well. Assuming a common root cause, based on spack/spack#35893 maybe 1.12.1 would work. QMCPACK's use of HDF5 is not complex so any recent HDF5 should be OK, including 1.12.2...
Reproduced on FreeBSD 13.2 with the system packaged HDF5 as reported. There is a problem with the CMake detection since a manually installed HDF5 1.12.2 in $HOME works fine.
Describe the bug
3.15.0 found hdf5 fine, but 3.17.0 fails.
hdf5 installs cmake files, so it should be easily found.
System:
Additional context
clang-15
hdf5-1.12.2_2
The text was updated successfully, but these errors were encountered: