Skip to content

Commit c11647c

Browse files
committed
Update
1 parent 69c8021 commit c11647c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/hipo.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
curl -L -o installs/METIS.tar.gz `
5656
"https://github.com/JuliaBinaryWrappers/METIS_jll.jl/releases/download/METIS-v5.1.3%2B0/METIS.v5.1.3.x86_64-w64-mingw32.tar.gz"
5757
tar -xzf installs/METIS.tar.gz -C installs
58+
ls installs/lib
59+
ls .
60+
ls installs/bin
61+
ls .
62+
ls installs/include
63+
ls .
64+
ls C:/vcpkg/installed/x64-windows
5865
vcpkg install openblas[threads]
5966
cmake -E make_directory build
6067
cd build
@@ -63,7 +70,8 @@ jobs:
6370
-DALL_TESTS=${{ matrix.all_tests }} `
6471
-DHIPO=ON `
6572
-DBLAS_ROOT=C:/vcpkg/installed/x64-windows `
66-
-DMETIS_ROOT=installs `
73+
-DMETIS_PATH=installs/bin `
74+
-DMETIS_LIB="-lmetis" `
6775
..
6876
cmake --build . --parallel --config ${{ matrix.build_type }}
6977
ctest -C ${{ matrix.build_type }} --timeout 300 --output-on-failure --no-tests=error

0 commit comments

Comments
 (0)