Merge branch 'develop' into lapack3101

This commit is contained in:
Martin Kroeker
2022-04-30 21:43:45 +02:00
committed by GitHub
4 changed files with 11 additions and 7 deletions

View File

@@ -58,7 +58,6 @@ TOPSRCDIR = ..
include $(TOPSRCDIR)/make.inc
ifneq ($(C_LAPACK), 1)
$(info fortran... C_LAPACK ist $(C_LAPACK))
ALLMOD = la_xisnan.mod la_constants.mod
.SUFFIXES:
@@ -75,7 +74,6 @@ ALLMOD = la_xisnan.mod la_constants.mod
@true
else
$(info C_LAPACK ist $(C_LAPACK))
.SUFFIXES: .c .o
.c.o:
$(CC) $(CFLAGS) -c -o $@ $<