From 5bbcda4774ad6e5d936627f227e79a8e8b77f6ac Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Tue, 7 May 2024 23:10:51 +0200 Subject: [PATCH] Use mpi4py prerelase for linux --- tests/build_pip.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/build_pip.sh b/tests/build_pip.sh index f2e8a58b..35766960 100755 --- a/tests/build_pip.sh +++ b/tests/build_pip.sh @@ -12,7 +12,8 @@ for pyversion in 312 do export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin" echo $PYDIR - $PYDIR/pip install -U pytest-check numpy wheel scikit-build pybind11-stubgen mpi4py + $PYDIR/pip install -U pytest-check numpy wheel scikit-build pybind11-stubgen + $PYDIR/pip install -i https://pypi.anaconda.org/mpi4py/simple/ --pre mpi4py rm -rf _skbuild NETGEN_ARCH=avx2 $PYDIR/pip wheel .