Merge pull request #4304 from martin-frbg/issue4277

Move clang/gfortran OpenMP dependency rewriting out of f_check
This commit is contained in:
Martin Kroeker
2023-11-11 20:58:21 +01:00
committed by GitHub
2 changed files with 3 additions and 7 deletions

View File

@@ -608,6 +608,9 @@ endif
ifeq ($(C_COMPILER), CLANG)
CCOMMON_OPT += -fopenmp
ifeq ($(F_COMPILER), GFORTRAN)
FEXTRALIB := $(subst -lgomp,-lomp,$(FEXTRALIB))
endif
endif
ifeq ($(C_COMPILER), INTEL)