Skip to content

Commit 3dd09e8

Browse files
authored
Update NOFORTRAN message for fallback to C_LAPACK
1 parent ee42445 commit 3dd09e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ifeq ($(CORE), UNKNOWN)
163163
$(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
164164
endif
165165
ifeq ($(NOFORTRAN), 1)
166-
$(info OpenBLAS: Detecting fortran compiler failed. Cannot compile LAPACK. Only compile BLAS.)
166+
$(info OpenBLAS: Detecting fortran compiler failed. Can only compile BLAS and f2c-converted LAPACK.)
167167
endif
168168
ifeq ($(NO_STATIC), 1)
169169
ifeq ($(NO_SHARED), 1)

0 commit comments

Comments
 (0)