Skip to content

Commit

Permalink
Merge pull request BVLC#1147 from savy-91/patch-1
Browse files Browse the repository at this point in the history
Changed "blas" to "openblas"
  • Loading branch information
shelhamer committed Sep 25, 2014
2 parents 4bb198a + cc96b0b commit 6d3e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ ifeq ($(BLAS), mkl)
BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64
else ifeq ($(BLAS), open)
# OpenBLAS
LIBRARIES += blas
LIBRARIES += openblas
else
# ATLAS
ifeq ($(LINUX), 1)
Expand Down

0 comments on commit 6d3e23b

Please sign in to comment.