mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-28 22:00:33 +05:00
install mpi4py when building for linux
This commit is contained in:
parent
ee3722e345
commit
9000bc8580
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user