-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
From @NicolasCami in #361
Currently, the CMake configure seems to fail because the CI of vcpkg forces hdf5's "parallel" feature, and in the CMakeFiles you check HDF5_IS_PARALLEL: if true, you throw a FATAL_ERROR. I don't know HDF5, but according to the documentation this variable indicates that "HDF5 library has parallel IO support", I understand that (maybe) parallel IO is possible but not mandatory?
Reactions are currently unavailable