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

View File

@@ -202,6 +202,12 @@ DLLWRAP = $(CROSS_SUFFIX)dllwrap
OBJCOPY = $(CROSS_SUFFIX)objcopy
OBJCONV = $(CROSS_SUFFIX)objconv
# For detect fortran failed, only build BLAS.
ifeq ($(NOFORTRAN), 1)
NO_LAPACK = 1
endif
#
# OS dependent settings
#