From ac12bfaad4356fca953bd0fcc4e79de2934d489e Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Fri, 4 Jul 2014 19:30:58 -0700 Subject: [PATCH] link openblas as blas -- works out of the box this way See https://github.com/BVLC/caffe/issues/314#issuecomment-40703048 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38c180c28da..0c844a3824a 100644 --- a/Makefile +++ b/Makefile @@ -233,7 +233,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)