Browse Source

Support compilation with nagfor

tags/v0.3.14^2
Martin Kroeker GitHub 4 years ago
parent
commit
041a26fd79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ctest/Makefile

+ 3
- 0
ctest/Makefile View File

@@ -212,6 +212,9 @@ ifeq ($(C_COMPILER), CLANG)
CEXTRALIB = -lomp CEXTRALIB = -lomp
endif endif
endif endif
ifeq ($(F_COMPILER), NAG)
CEXTRALIB = -lgomp
endif
endif endif


ifeq ($(BUILD_SINGLE),1) ifeq ($(BUILD_SINGLE),1)


Loading…
Cancel
Save