From faea30e1ebc574f3cf838abb4cbad720aad557df Mon Sep 17 00:00:00 2001 From: slegrand Date: Sat, 21 Dec 2024 20:50:46 +0100 Subject: [PATCH] Remove blas and lapack from dependencies Co-authored-by: Pierre Jolivet --- .github/workflows/full-mpich.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-mpich.yml b/.github/workflows/full-mpich.yml index 602a59822..d168f034d 100644 --- a/.github/workflows/full-mpich.yml +++ b/.github/workflows/full-mpich.yml @@ -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