Skip to content

Commit 041a26f

Browse files
authored
Support compilation with nagfor
1 parent 3c356b1 commit 041a26f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ctest/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ ifeq ($(C_COMPILER), CLANG)
212212
CEXTRALIB = -lomp
213213
endif
214214
endif
215+
ifeq ($(F_COMPILER), NAG)
216+
CEXTRALIB = -lgomp
217+
endif
215218
endif
216219

217220
ifeq ($(BUILD_SINGLE),1)

0 commit comments

Comments
 (0)