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 c11647c commit 38cb186Copy full SHA for 38cb186
.github/workflows/hipo.yml
@@ -55,14 +55,8 @@ jobs:
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
58
- ls installs/lib
59
- ls .
60
- ls installs/bin
61
62
- ls installs/include
63
64
- ls C:/vcpkg/installed/x64-windows
65
vcpkg install openblas[threads]
+ ls C:/vcpkg/installed
66
cmake -E make_directory build
67
cd build
68
cmake `
0 commit comments