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 561058c commit 2c1903aCopy full SHA for 2c1903a
.github/workflows/hipo.yml
@@ -64,8 +64,7 @@ jobs:
64
-DALL_TESTS=${{ matrix.all_tests }} `
65
-DHIPO=ON `
66
-DBLAS_ROOT=C:/vcpkg/installed/x64-windows `
67
- -DMETIS_PATH=installs `
68
- -DMETIS_LIB="-lmetis" `
+ -DMETIS_ROOT=installs `
69
..
70
cmake --build . --parallel --config ${{ matrix.build_type }}
71
ctest -C ${{ matrix.build_type }} --timeout 300 --output-on-failure --no-tests=error
0 commit comments