Browse Source

Fix switching between Fortran and C build

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

+ 1
- 1
ctest/Makefile View File

@@ -218,7 +218,7 @@ endif

ifeq ($(BUILD_SINGLE),1)
# Single real
ifeq ($(NOFORTRAN),0)
ifeq ($(NOFORTRAN), $(filter 0 2,$(NOFORTRAN)))
xscblat1: $(stestl1o) c_sblat1.o $(TOPDIR)/$(LIBNAME)
$(FC) $(FLDFLAGS) -o xscblat1 c_sblat1.o $(stestl1o) $(LIB) $(EXTRALIB) $(CEXTRALIB)
xscblat2: $(stestl2o) c_sblat2.o $(TOPDIR)/$(LIBNAME)


Loading…
Cancel
Save