Use mpi4py prerelase for linux

This commit is contained in:
Matthias Hochsteger 2024-05-07 23:10:51 +02:00
parent 9000bc8580
commit 5bbcda4774

View File

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