From 65882cc2cf5a52b29686fc2a309f65e034d42152 Mon Sep 17 00:00:00 2001 From: Moazzam Moriani Date: Wed, 8 Jun 2022 17:39:58 +0500 Subject: [PATCH] Update solution to the Ubuntu-OpenBLAS issue in the CI #2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6cabf9d979..50269c55e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: sudo apt-get -y install unzip aspcud libshp-dev libplplot-dev gfortran pkg-config git git clone https://github.com/xianyi/OpenBLAS OpenBLAS cd OpenBLAS/ - make install + make cd .. ldconfig /opt/OpenBLAS/lib/ OWL_DISABLE_LAPACKE_LINKING_FLAG=1