mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +05:00
pip: remove --use-feature=in-tree-build flag
This commit is contained in:
parent
00d9583af3
commit
6f0a486d20
@ -14,12 +14,12 @@ do
|
||||
$PYDIR/pip install -U pytest-check numpy wheel scikit-build
|
||||
|
||||
rm -rf _skbuild
|
||||
$PYDIR/pip wheel --use-feature=in-tree-build .
|
||||
$PYDIR/pip wheel .
|
||||
auditwheel repair netgen_mesher*-cp${pyversion}-*.whl
|
||||
rm netgen_mesher-*.whl
|
||||
|
||||
rm -rf _skbuild
|
||||
NETGEN_ARCH=avx2 $PYDIR/pip wheel --use-feature=in-tree-build .
|
||||
NETGEN_ARCH=avx2 $PYDIR/pip wheel .
|
||||
auditwheel repair netgen_mesher_avx2*-cp${pyversion}-*.whl
|
||||
rm netgen_mesher_avx2-*.whl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user