We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e99ec commit b4b9ccdCopy full SHA for b4b9ccd
1 file changed
lapack-netlib/SRC/Makefile
@@ -58,7 +58,6 @@ TOPSRCDIR = ..
58
include $(TOPSRCDIR)/make.inc
59
60
ifneq ($(C_LAPACK), 1)
61
-$(info fortran... C_LAPACK ist $(C_LAPACK))
62
.SUFFIXES:
63
.SUFFIXES: .f .o
64
.f.o:
@@ -67,7 +66,6 @@ $(info fortran... C_LAPACK ist $(C_LAPACK))
67
66
.F.o:
68
$(FC) $(FFLAGS) -c -o $@ $<
69
else
70
-$(info C_LAPACK ist $(C_LAPACK))
71
.SUFFIXES: .c .o
72
.c.o:
73
$(CC) $(CFLAGS) -c -o $@ $<
0 commit comments