/path/highfive/include/highfive/bits/h5p_wrapper.hpp: In function ‘herr_t HighFive::detail::h5p_set_file_locking(hid_t, bool, bool)’:
/path/highfive/include/highfive/bits/h5p_wrapper.hpp:378:18: error: ‘H5Pset_file_locking’ was not declared in this scope; did you mean ‘h5p_set_file_locking’?
378 | herr_t err = H5Pset_file_locking(plist_id, use_file_locking, ignore_when_disabled);
| ^~~~~~~~~~~~~~~~~~~
| h5p_set_file_locking
-- Found HDF5: /usr/lib64/openmpi/lib/libhdf5.so (found version "1.10.5")
since #114 I would guess
highfive/include/highfive/bits/h5p_wrapper.hpp
Line 378 in 959ec30