Skip to content

Commit

Permalink
mpi4py workaround (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Dec 27, 2021
1 parent a3b7541 commit cae95cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-pip-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ if [[ $(mpicc --version) == "IBM XL"* ]]; then
exit 1
fi

# Workaround for https://github.com/mpi4py/mpi4py/issues/157
# Revisit this by Feb 2022
export SETUPTOOLS_USE_DISTUTILS=stdlib

pip install --src . -r "$requirements_file"

0 comments on commit cae95cf

Please sign in to comment.