From 6ae7af78a38649c446e2b4cf310b48538f8a1db7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 11 Mar 2021 11:53:51 +0100 Subject: [PATCH] Support compilation with nagfor --- test/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile b/test/Makefile index 5f653414a..54fa60533 100644 --- a/test/Makefile +++ b/test/Makefile @@ -270,6 +270,9 @@ ifeq ($(C_COMPILER), CLANG) CEXTRALIB = -lomp endif endif +ifeq ($(F_COMPILER), NAG) +CEXTRALIB = -lgomp +endif endif ifeq ($(BUILD_SINGLE),1)