Skip to content

Commit

Permalink
ci: update to lapack 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Dec 30, 2023
1 parent 9f572bb commit 527a654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,20 +191,20 @@ jobs:
path: |
${{env.CCACHE_DIR}}
${{github.workspace}}/install
key: ${{matrix.msvc}}-lapack-3.11.0-${{matrix.build_type}}
key: ${{matrix.msvc}}-lapack-3.12.0-${{matrix.build_type}}

- name: Download LAPACK
if: steps.cache-lapack.outputs.cache-hit != 'true'
shell: msys2 {0}
run: |
wget https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.11.tar.gz
tar xvf v3.11.tar.gz
wget https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz
tar xvf v3.12.0.tar.gz
- name: Build LAPACK
if: steps.cache-lapack.outputs.cache-hit != 'true'
shell: msys2 {0}
run: |
cmake -S lapack-3.11 -B build_lapack_${{matrix.build_type}}/ \
cmake -S lapack-3.12.0 -B build_lapack_${{matrix.build_type}}/ \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
-DCMAKE_C_COMPILER_LAUNCHER:FILEPATH=$(which ccache) \
Expand Down

0 comments on commit 527a654

Please sign in to comment.