mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-30 14:50: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
|
do
|
||||||
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
|
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
|
||||||
echo $PYDIR
|
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
|
rm -rf _skbuild
|
||||||
NETGEN_ARCH=avx2 $PYDIR/pip wheel .
|
NETGEN_ARCH=avx2 $PYDIR/pip wheel .
|
||||||
|
Loading…
Reference in New Issue
Block a user