From 3dd09e87bf71df5bb93a112a7d9482b9249ad9a0 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 27 Apr 2022 20:26:45 +0200 Subject: [PATCH] Update NOFORTRAN message for fallback to C_LAPACK --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6db87fa..1ed8180 100644 --- 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) -- 2.7.4