Skip to content

Commit

Permalink
link openblas as blas -- works out of the box this way
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Jul 14, 2014
1 parent 1d3df1d commit ac12bfa
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 @@ -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)
Expand Down

0 comments on commit ac12bfa

Please sign in to comment.