Update NOFORTRAN message for fallback to C_LAPACK
This commit is contained in:
parent
ee4244538c
commit
3dd09e87bf
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in New Issue