We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7918ba1 commit ccd87ccCopy full SHA for ccd87cc
1 file changed
ctest/Makefile
@@ -218,7 +218,7 @@ endif
218
219
ifeq ($(BUILD_SINGLE),1)
220
# Single real
221
-ifeq ($(NOFORTRAN),0)
+ifeq ($(NOFORTRAN), $(filter 0 2,$(NOFORTRAN)))
222
xscblat1: $(stestl1o) c_sblat1.o $(TOPDIR)/$(LIBNAME)
223
$(FC) $(FLDFLAGS) -o xscblat1 c_sblat1.o $(stestl1o) $(LIB) $(EXTRALIB) $(CEXTRALIB)
224
xscblat2: $(stestl2o) c_sblat2.o $(TOPDIR)/$(LIBNAME)
0 commit comments