mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-10 20:33:07 +05:00
Use mpi4py prerelase for linux
This commit is contained in:
parent
9000bc8580
commit
5bbcda4774
@ -12,7 +12,8 @@ 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 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
|
rm -rf _skbuild
|
||||||
NETGEN_ARCH=avx2 $PYDIR/pip wheel .
|
NETGEN_ARCH=avx2 $PYDIR/pip wheel .
|
||||||
|
Loading…
Reference in New Issue
Block a user