File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 5151 steps :
5252 - uses : actions/checkout@v4
5353 - run : |
54- vcpkg install metis
54+ mkdir installs
55+ curl -L -o installs/METIS.tar.gz `
56+ "https://github.com/JuliaBinaryWrappers/METIS_jll.jl/releases/download/METIS-v5.1.3%2B0/METIS.v5.1.3.x86_64-w64-mingw32.tar.gz"
57+ tar -xzf installs/METIS.tar.gz -C installs
5558 vcpkg install openblas[threads]
5659 cmake -E make_directory build
5760 cd build
6063 -DALL_TESTS=${{ matrix.all_tests }} `
6164 -DHIPO=ON `
6265 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
66+ -DMETIS_ROOT=installs `
6367 ..
6468 cmake --build . --parallel --config ${{ matrix.build_type }}
6569 ctest -C ${{ matrix.build_type }} --timeout 300 --output-on-failure --no-tests=error
You can’t perform that action at this time.
0 commit comments