Skip to content

Commit

Permalink
bump to latest kaldi-fork commit tag
Browse files Browse the repository at this point in the history
  • Loading branch information
daanzu committed May 30, 2020
1 parent 7b65eaf commit 2538058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if(NOT "${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows")
ExternalProject_Add(kaldi
GIT_CONFIG advice.detachedHead=false
GIT_REPOSITORY git@github.com:daanzu/kaldi-fork-active-grammar.git
GIT_TAG 3f56242df335792756ca17f46a348ca2b36238d7
GIT_TAG db0af4bd240ca55a4563d4d37beb1a54bc6f6353
CONFIGURE_COMMAND mkdir -p python && touch python/.use_default_python && tools/extras/check_dependencies.sh
BUILD_IN_SOURCE TRUE
BUILD_COMMAND cd tools && ${MAKE_EXE} ${MAKE_FLAGS} && cd openfst && autoreconf && cd ../../src && ./configure ${KALDI_CONFIG_FLAGS} && ${MAKE_EXE} ${MAKE_FLAGS} depend && ${MAKE_EXE} ${MAKE_FLAGS} dragonfly dragonflybin bin fstbin lmbin
Expand Down

0 comments on commit 2538058

Please sign in to comment.