summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-07-29 22:57:47 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-07-29 22:57:47 -0700
commit62bbc41e0e2cf2f22f0d30ff795aa09c99d3c63e (patch)
tree01aa8fe9774a0dd7fd615943d9b892bf044b0494
parent44962584b2f71937dbfd2dadaeeed211d4e49598 (diff)
downloadcaffeonacl-62bbc41e0e2cf2f22f0d30ff795aa09c99d3c63e.tar.gz
caffeonacl-62bbc41e0e2cf2f22f0d30ff795aa09c99d3c63e.tar.bz2
caffeonacl-62bbc41e0e2cf2f22f0d30ff795aa09c99d3c63e.zip
link OpenBLAS as blas
OpenBLAS is most easily configured by `update-alternatives` or other symlink strategies. See https://github.com/BVLC/caffe/issues/314#issuecomment-40703048
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e8ebedb..62e5158b 100644
--- a/Makefile
+++ b/Makefile
@@ -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)