Skip to content

Commit

Permalink
Remove blas and lapack from dependencies (2)
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 faea30e commit dde45a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-openmpi.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 libopenmpi-dev
- name: Configure
Expand Down

0 comments on commit dde45a2

Please sign in to comment.