mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Merge pull request #2370 from paulromano/fix-h5py-parallel-ci
Fix installing h5py in CI when MPI is enabled
This commit is contained in:
commit
3b7bf1e3b7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue