File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,20 +191,20 @@ jobs:
191
191
path : |
192
192
${{env.CCACHE_DIR}}
193
193
${{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}}
195
195
196
196
- name : Download LAPACK
197
197
if : steps.cache-lapack.outputs.cache-hit != 'true'
198
198
shell : msys2 {0}
199
199
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
202
202
203
203
- name : Build LAPACK
204
204
if : steps.cache-lapack.outputs.cache-hit != 'true'
205
205
shell : msys2 {0}
206
206
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}}/ \
208
208
-DBUILD_SHARED_LIBS=ON \
209
209
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
210
210
-DCMAKE_C_COMPILER_LAUNCHER:FILEPATH=$(which ccache) \
You can’t perform that action at this time.
0 commit comments