install mpi4py when building for linux

This commit is contained in:
Matthias Hochsteger 2024-05-07 23:04:04 +02:00
parent ee3722e345
commit 9000bc8580

View File

@ -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 .