We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee42445 commit 3dd09e8Copy full SHA for 3dd09e8
Makefile
@@ -163,7 +163,7 @@ ifeq ($(CORE), UNKNOWN)
163
$(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
164
endif
165
ifeq ($(NOFORTRAN), 1)
166
- $(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.)
167
168
ifeq ($(NO_STATIC), 1)
169
ifeq ($(NO_SHARED), 1)
0 commit comments