From 3c44f1510910ab8c8a81160a2e2b694b3bea8f1a Mon Sep 17 00:00:00 2001
From: Antoine <antoine.hoffmann@epfl.ch>
Date: Tue, 5 Dec 2023 11:19:52 +0100
Subject: [PATCH] put -ld_classic for compilation - This solves an issue with
 the latest version of clang on MacOS

---
 local/make.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/local/make.inc b/local/make.inc
index 5dd59b65..bde9520a 100644
--- a/local/make.inc
+++ b/local/make.inc
@@ -9,6 +9,7 @@ OPTLEVEL = O
 
 F90FLAGS =
 CFLAGS =
+LDFLAGS = -ld_classic
 
 ifeq ($(OPTLEVEL), O) #optimized
      ifeq ($(COMPTYPE), i) #intel
-- 
GitLab