File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments