Skip to content

Commit

Permalink
Merge pull request BVLC#820 from geenux/dev-fixmake
Browse files Browse the repository at this point in the history
Fix choice of MKL directory from Makefile.config
  • Loading branch information
shelhamer committed Jul 29, 2014
2 parents 365d775 + a53694b commit c1060cf
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 @@ -247,7 +247,7 @@ ifeq ($(BLAS), mkl)
# MKL
LIBRARIES += mkl_rt
COMMON_FLAGS += -DUSE_MKL
MKL_DIR = /opt/intel/mkl
MKL_DIR ?= /opt/intel/mkl
BLAS_INCLUDE ?= $(MKL_DIR)/include
BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64
else ifeq ($(BLAS), open)
Expand Down

0 comments on commit c1060cf

Please sign in to comment.