Skip to content

Commit

Permalink
install lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jan 18, 2025
1 parent d06d8d5 commit 1daccbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/petsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
ccache-${{ github.workflow }}-${{ github.job }}-git-
- name: Build PETSc
run: |
sudo apt-get install -y --no-install-recommends libblas-dev liblapack-dev
wget -q https://github.com/petsc/petsc/archive/refs/tags/v3.22.2.tar.gz
tar xfz v3.22.2.tar.gz
cd petsc-3.22.2
Expand Down

0 comments on commit 1daccbd

Please sign in to comment.