Skip to content

Commit

Permalink
Remove blas and lapack from dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Jolivet <prj-@users.noreply.github.com>
  • Loading branch information
simonlegrand and prj- authored Dec 21, 2024
1 parent d8143cc commit faea30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Install
run: |
sudo apt update
sudo apt install gcc g++ gfortran m4 patch git libblas-dev wget cmake \
liblapack-dev libhdf5-dev libgsl-dev flex bison autoconf automake \
sudo apt install gcc g++ gfortran m4 patch git wget cmake \
libhdf5-dev libgsl-dev flex bison autoconf automake \
autotools-dev
- name: Configure
Expand Down

0 comments on commit faea30e

Please sign in to comment.