From 27b620dd13532fef96dcccf24a46cbdf801ea2ce Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Wed, 1 May 2024 17:19:30 +0200
Subject: [PATCH] Remove linking to openblas64

---
 src/make.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/make.inc b/src/make.inc
index 3a1e4a6d..88c109cc 100644
--- a/src/make.inc
+++ b/src/make.inc
@@ -97,11 +97,6 @@ endif
 override CXXLDFLAGS=-L/usr/lib64 -L$(HDF5_LIB) -lhdf5 $(STATICFLAG)
 ifdef USE_LAPACK
 override CXXLDFLAGS+= $(LAPACK_LDFLAGS)
-ifdef USE_OPENMP
-ifndef USE_MKL
-override CXXLDFLAGS+= -lopenblas64
-endif
-endif
 endif
 override CXXLDFLAGS+= $(LDFLAGS)
 endif
-- 
GitLab