Update NOFORTRAN message for fallback to C_LAPACK
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 27 Apr 2022 18:26:45 +0000 (20:26 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Apr 2022 18:26:45 +0000 (20:26 +0200)
Makefile

index 6db87fa..1ed8180 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ ifeq ($(CORE), UNKNOWN)
        $(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
 endif
 ifeq ($(NOFORTRAN), 1)
-       $(info OpenBLAS: Detecting fortran compiler failed. Cannot compile LAPACK. Only compile BLAS.)
+       $(info OpenBLAS: Detecting fortran compiler failed. Can only compile BLAS and f2c-converted LAPACK.)
 endif
 ifeq ($(NO_STATIC), 1)
 ifeq ($(NO_SHARED), 1)