From 9000bc8580a9108b12be4c70e0a8bf017f7d9013 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Tue, 7 May 2024 23:04:04 +0200 Subject: [PATCH] install mpi4py when building for linux --- tests/build_pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build_pip.sh b/tests/build_pip.sh index 8ab811a5..f2e8a58b 100755 --- a/tests/build_pip.sh +++ b/tests/build_pip.sh @@ -12,7 +12,7 @@ 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 + $PYDIR/pip install -U pytest-check numpy wheel scikit-build pybind11-stubgen mpi4py rm -rf _skbuild NETGEN_ARCH=avx2 $PYDIR/pip wheel .