OpenBLAS is most easily configured by `update-alternatives` or other
symlink strategies.

See https://github.com/BVLC/caffe/issues/314#issuecomment-40703048
This commit is contained in:
Evan Shelhamer 2014-07-29 22:57:47 -07:00
Родитель 44962584b2
Коммит 62bbc41e0e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -252,7 +252,7 @@ ifeq ($(BLAS), mkl)
BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64
else ifeq ($(BLAS), open)
# OpenBLAS
LIBRARIES += openblas
LIBRARIES += blas
else
# ATLAS
ifeq ($(LINUX), 1)