Skip to content

Commit

Permalink
Integrate f0d8a23 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Project Philly committed Feb 13, 2016
2 parents d2b84a5 + f0d8a23 commit e1093b9
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 74 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ ifeq ("$(MATHLIB)","mkl")
COMMON_FLAGS += -DUSE_MKL
endif
ifeq ("$(MATHLIB)","openblas")
INCLUDEPATH += $(OPENBLAS_PATH)/include
LIBPATH += $(OPENBLAS_PATH)/lib
LIBS += -lopenblas -lm -lpthread
CPPFLAGS += -DUSE_OPENBLAS
endif
ifdef KALDI_PATH
########## Copy includes and defines from $(KALDI_PATH)/src/kaldi.mk ##########
Expand Down
Loading

0 comments on commit e1093b9

Please sign in to comment.