oq-engine
oq-engine copied to clipboard
Requirements files for h5py 3.6
This is blocked because on Windows the event_based_risk tests fail terribly (cannot decrement, permission denied, slist already enabled?). Removing ebrisk helps but not enough.
We discovered recently that h5py 3.4 started using hdf5 1.12 which uses locks on Windows, so in order to go back to the previous behavior one has to set HDF5_USE_FILE_LOCKING: FALSE. See https://github.com/gem/oq-engine/pull/8086.