Use --no-build-isolation to get around parallel h5py install issue

See https://github.com/h5py/h5py/issues/2222
This commit is contained in:
Paul Romano 2023-01-30 23:18:07 -06:00
parent 3f5b90042c
commit f45b431a21

View file

@ -43,7 +43,8 @@ if [[ $MPI == 'y' ]]; then
export CC=mpicc
export HDF5_MPI=ON
export HDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich
pip install --no-binary=h5py h5py
pip install wheel cython
pip install --no-binary=h5py --no-build-isolation h5py
fi
# Build and install OpenMC executable