Skip to content

Commit 8ad44c5

Browse files
committed
ci: update to lapack 3.12.1
1 parent bd09bee commit 8ad44c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,20 @@ jobs:
185185
path: |
186186
${{env.CCACHE_DIR}}
187187
${{github.workspace}}/install
188-
key: ${{matrix.msvc}}-lapack-3.12.0-${{matrix.build_type}}
188+
key: ${{matrix.msvc}}-lapack-3.12.1-${{matrix.build_type}}
189189

190190
- name: Download LAPACK
191191
if: steps.cache-lapack.outputs.cache-hit != 'true'
192192
shell: msys2 {0}
193193
run: |
194-
wget https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz
195-
tar xvf v3.12.0.tar.gz
194+
wget https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.1.tar.gz
195+
tar xvf v3.12.1.tar.gz
196196
197197
- name: Build LAPACK
198198
if: steps.cache-lapack.outputs.cache-hit != 'true'
199199
shell: msys2 {0}
200200
run: |
201-
cmake -S lapack-3.12.0 -B build_lapack_${{matrix.build_type}}/ \
201+
cmake -S lapack-3.12.1 -B build_lapack_${{matrix.build_type}}/ \
202202
-DBUILD_SHARED_LIBS=ON \
203203
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
204204
-DCMAKE_C_COMPILER_LAUNCHER:FILEPATH=$(which ccache) \

0 commit comments

Comments
 (0)