From dde45a261ef16e5d0c4442cc20eebeaa43c91eae Mon Sep 17 00:00:00 2001 From: slegrand Date: Sat, 21 Dec 2024 20:51:26 +0100 Subject: [PATCH] Remove blas and lapack from dependencies (2) Co-authored-by: Pierre Jolivet --- .github/workflows/full-openmpi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-openmpi.yml b/.github/workflows/full-openmpi.yml index 6ac65a62e..7e9285761 100644 --- a/.github/workflows/full-openmpi.yml +++ b/.github/workflows/full-openmpi.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 libopenmpi-dev - name: Configure