mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 06:00:33 +05:00
fix pip build script for windows
This commit is contained in:
parent
308360f678
commit
2fdb0a76b4
@ -6,7 +6,7 @@ if (test-path dist) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$env:NETGEN_CCACHE = 1
|
$env:NETGEN_CCACHE = 1
|
||||||
$env:NETGEN_ARCH = avx2
|
$env:NETGEN_ARCH = 'avx2'
|
||||||
|
|
||||||
$pydir=$args[0]
|
$pydir=$args[0]
|
||||||
& $pydir\python.exe --version
|
& $pydir\python.exe --version
|
||||||
|
Loading…
Reference in New Issue
Block a user