-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to latest kaldi-fork commit tag
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ if(NOT "${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows") | |
ExternalProject_Add(kaldi | ||
GIT_CONFIG advice.detachedHead=false | ||
GIT_REPOSITORY [email protected]: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 | ||
|