We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7af0f41 + b209915 commit 9a0e9c8Copy full SHA for 9a0e9c8
ctest/Makefile
@@ -208,7 +208,7 @@ FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
208
ifeq ($(USE_OPENMP), 1)
209
ifeq ($(F_COMPILER), GFORTRAN)
210
ifeq ($(C_COMPILER), CLANG)
211
-CEXTRALIB = -lomp
+CEXTRALIB += -lomp
212
endif
213
214
ifeq ($(F_COMPILER), NAG)
test/Makefile
@@ -265,7 +265,7 @@ FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
265
266
267
268
269
270
271
0 commit comments