Remove leftover debug output
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 27 Apr 2022 19:59:45 +0000 (21:59 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Apr 2022 19:59:45 +0000 (21:59 +0200)
lapack-netlib/SRC/Makefile

index 11f858c..afeeeaf 100644 (file)
@@ -58,7 +58,6 @@ TOPSRCDIR = ..
 include $(TOPSRCDIR)/make.inc
 
 ifneq ($(C_LAPACK), 1)
-$(info fortran... C_LAPACK ist $(C_LAPACK))
 .SUFFIXES:
 .SUFFIXES: .f .o
 .f.o:
@@ -67,7 +66,6 @@ $(info fortran... C_LAPACK ist $(C_LAPACK))
 .F.o:
        $(FC) $(FFLAGS) -c -o $@ $<
 else
-$(info C_LAPACK ist $(C_LAPACK))
 .SUFFIXES: .c .o
 .c.o:
        $(CC) $(CFLAGS) -c -o $@ $<