Skip to content

Commit 7fb5045

Browse files
committed
openblas
1 parent 394e8ef commit 7fb5045

File tree

1 file changed

+4
-48
lines changed

1 file changed

+4
-48
lines changed

.github/workflows/hipo-win.yml

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
# 2. Set up caching for vcpkg
17-
- name: Cache vcpkg
18-
uses: actions/cache@v3
19-
with:
20-
path: |
21-
./vcpkg/installed
22-
./vcpkg/downloads
23-
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json') }}
24-
restore-keys: |
25-
vcpkg-${{ runner.os }}-
26-
2716
- name: Checkout METIS
2817
uses: actions/checkout@v4
2918
with:
@@ -49,7 +38,7 @@ jobs:
4938
cmake --install build --config Release
5039
5140
- name: Install OpenBLAS
52-
run: vcpkg install openblas
41+
run: vcpkg install openblas[threads]
5342

5443
- name: Create build dir
5544
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -91,17 +80,6 @@ jobs:
9180
steps:
9281
- uses: actions/checkout@v4
9382

94-
# 2. Set up caching for vcpkg
95-
- name: Cache vcpkg
96-
uses: actions/cache@v3
97-
with:
98-
path: |
99-
./vcpkg/installed
100-
./vcpkg/downloads
101-
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json') }}
102-
restore-keys: |
103-
vcpkg-${{ runner.os }}-
104-
10583
- name: Checkout METIS
10684
uses: actions/checkout@v4
10785
with:
@@ -127,7 +105,7 @@ jobs:
127105
cmake --install build --config Debug
128106
129107
- name: Install OpenBLAS
130-
run: vcpkg install openblas
108+
run: vcpkg install openblas[threads]
131109

132110
- name: Create build dir
133111
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -169,17 +147,6 @@ jobs:
169147
steps:
170148
- uses: actions/checkout@v4
171149

172-
# 2. Set up caching for vcpkg
173-
- name: Cache vcpkg
174-
uses: actions/cache@v3
175-
with:
176-
path: |
177-
./vcpkg/installed
178-
./vcpkg/downloads
179-
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json') }}
180-
restore-keys: |
181-
vcpkg-${{ runner.os }}-
182-
183150
- name: Checkout METIS
184151
uses: actions/checkout@v4
185152
with:
@@ -205,7 +172,7 @@ jobs:
205172
cmake --install build --config Release
206173
207174
- name: Install OpenBLAS
208-
run: vcpkg install openblas
175+
run: vcpkg install openblas[threads]
209176

210177
- name: Create build dir
211178
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -248,17 +215,6 @@ jobs:
248215
steps:
249216
- uses: actions/checkout@v4
250217

251-
# 2. Set up caching for vcpkg
252-
- name: Cache vcpkg
253-
uses: actions/cache@v3
254-
with:
255-
path: |
256-
./vcpkg/installed
257-
./vcpkg/downloads
258-
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json') }}
259-
restore-keys: |
260-
vcpkg-${{ runner.os }}-
261-
262218
- name: Checkout METIS
263219
uses: actions/checkout@v4
264220
with:
@@ -284,7 +240,7 @@ jobs:
284240
cmake --install build --config Debug
285241
286242
- name: Install OpenBLAS
287-
run: vcpkg install openblas
243+
run: vcpkg install openblas[threads]
288244

289245
- name: Create build dir
290246
run: cmake -E make_directory ${{runner.workspace}}/build

0 commit comments

Comments
 (0)