We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c979855 commit eefdc5bCopy full SHA for eefdc5b
.github/workflows/test-python-win.yml
@@ -56,9 +56,9 @@ jobs:
56
cmake.args = [
57
"-DPYTHON_BUILD_SETUP=ON",
58
"-DHIPO=ON",
59
- "-DCMAKE_TOOLCHAIN_FILE=$env:VCPKG_ROOT",
60
- "-DVCPKG_TARGET_TRIPLET=$env:TRIPLET",
61
- "-DMETIS_ROOT=$env:METIS_ROOT"
+ "-DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT",
+ "-DVCPKG_TARGET_TRIPLET=$TRIPLET",
+ "-DMETIS_ROOT=$METIS_ROOT"
62
]
63
"@
64
$newContent | Set-Content pyproject.toml
@@ -88,7 +88,7 @@ jobs:
88
pwd
89
cmake -S. -B build `
90
-DGKLIB_PATH="$env:GITHUB_WORKSPACE/METIS/GKlib" `
91
- -DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}/installs" `
+ -DCMAKE_INSTALL_PREFIX="${{ runner.workspace }}/installs"
92
cmake --build build --parallel --config Release
93
cmake --install build --config Release
94
0 commit comments