1) Refs #575. Remove g77 from compiler list.

2) If OpenBLAS cannot find Fortran compiler, it will only build BLAS
(without LAPACK).
This commit is contained in:
Zhang Xianyi
2015-05-19 00:01:04 -05:00
parent 7fb718a7d8
commit e127fb8fd8
4 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ ifeq ($(CORE), UNKOWN)
$(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)
$(error OpenBLAS: Detecting fortran compiler failed. Please install fortran compiler, e.g. gfortran, ifort, openf90.)
$(info OpenBLAS: Detecting fortran compiler failed. Cannot compile LAPACK. Only compile BLAS.)
endif
ifeq ($(NO_STATIC), 1)
ifeq ($(NO_SHARED), 1)