Skip to content

Commit

Permalink
Revert "mpi4py workaround (#143)"
Browse files Browse the repository at this point in the history
This reverts commit cae95cf.

The underlying setuptools bug has been fixed:
pypa/setuptools#2987
  • Loading branch information
matthiasdiener committed Feb 7, 2022
1 parent cae95cf commit 6614778
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install-pip-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ 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 6614778

Please sign in to comment.