File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) \
You can’t perform that action at this time.
0 commit comments