зеркало из https://github.com/microsoft/caffe.git
Changed "blas" to "openblas"
The change was made because openblas has to be linked as "-lopenblas" and not "-lblas". This caused an error when compiling.
This commit is contained in:
Родитель
22f47bb667
Коммит
cc96b0b809
2
Makefile
2
Makefile
|
@ -291,7 +291,7 @@ ifeq ($(BLAS), mkl)
|
||||||
BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64
|
BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64
|
||||||
else ifeq ($(BLAS), open)
|
else ifeq ($(BLAS), open)
|
||||||
# OpenBLAS
|
# OpenBLAS
|
||||||
LIBRARIES += blas
|
LIBRARIES += openblas
|
||||||
else
|
else
|
||||||
# ATLAS
|
# ATLAS
|
||||||
ifeq ($(LINUX), 1)
|
ifeq ($(LINUX), 1)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче