Skip to content

Commit

Permalink
export MPI4PY_BUILD_CONFIGURE (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Sep 27, 2023
1 parent 829c456 commit 1fc5a09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-pip-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ if [[ $(mpicc --version) == "IBM XL"* ]]; then
exit 1
fi


# Install the packages from the requirements file
export MPI4PY_BUILD_CONFIGURE=1
pip install --src . -r "$requirements_file"

0 comments on commit 1fc5a09

Please sign in to comment.