Skip to content

Commit

Permalink
try to install pre-built mpi4py while rebuilding h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
Weina Ji committed Apr 10, 2024
1 parent 2da07ca commit ed5479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simulation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Build h5py with the local hdf5
run: |
MPICC="mpicc -shared" pip install --no-cache-dir --no-binary=mpi4py mpi4py
pip install mpi4py
CC="mpicc" HDF5_MPI="ON" HDF5_INCLUDEDIR=/usr/include/hdf5/mpich HDF5_LIBDIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich \
pip install --no-cache-dir --no-binary=h5py h5py --no-build-isolation
Expand Down

0 comments on commit ed5479f

Please sign in to comment.