Skip to content

Commit 69526cb

Browse files
committed
ci: update to lapack 3.11
1 parent 2abb956 commit 69526cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -191,20 +191,20 @@ jobs:
191191
path: |
192192
${{env.CCACHE_DIR}}
193193
${{github.workspace}}/install
194-
key: ${{matrix.msvc}}-lapack-3.10.1-${{matrix.build_type}}
194+
key: ${{matrix.msvc}}-lapack-3.11.0-${{matrix.build_type}}
195195

196196
- name: Download LAPACK
197197
if: steps.cache-lapack.outputs.cache-hit != 'true'
198198
shell: msys2 {0}
199199
run: |
200-
wget https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.10.1.tar.gz
201-
tar xvf v3.10.1.tar.gz
200+
wget https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.11.tar.gz
201+
tar xvf v3.11.tar.gz
202202
203203
- name: Build LAPACK
204204
if: steps.cache-lapack.outputs.cache-hit != 'true'
205205
shell: msys2 {0}
206206
run: |
207-
cmake -S lapack-3.10.1 -B build_lapack_${{matrix.build_type}}/ \
207+
cmake -S lapack-3.11 -B build_lapack_${{matrix.build_type}}/ \
208208
-DBUILD_SHARED_LIBS=ON \
209209
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
210210
-DCMAKE_C_COMPILER_LAUNCHER:FILEPATH=$(which ccache) \

0 commit comments

Comments
 (0)