Skip to content

Commit

Permalink
[build] Bump OpenFst version to v1.6.2 (kaldi-asr#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancan authored and danpovey committed Mar 14, 2017
1 parent 1a4dbf6 commit eba49a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ GSYMS
/tools/openfst-1.6.0/
/tools/openfst-1.6.1.tar.gz
/tools/openfst-1.6.1/
/tools/openfst-1.6.2.tar.gz
/tools/openfst-1.6.2/
/tools/pa_stable_v19_20111121.tgz
/tools/portaudio/
/tools/sctk-2.4.0-20091110-0958.tar.bz2
Expand Down Expand Up @@ -131,4 +133,3 @@ GSYMS
/tools/sequitur-g2p/

/kaldiwin_vs*

2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CC = gcc # used for sph2pipe

# Note: OpenFst requires a relatively recent C++ compiler with C++11 support,
# e.g. g++ >= 4.7, Apple clang >= 5.0 or LLVM clang >= 3.3.
OPENFST_VERSION = 1.6.1
OPENFST_VERSION = 1.6.2

OPENFST_VER_NUM := $(shell echo $(OPENFST_VERSION) | sed 's/\./ /g' | xargs printf "%d%02d%02d")
ifeq ("$(shell expr $(OPENFST_VER_NUM) \< 10600)","1")
Expand Down

0 comments on commit eba49a0

Please sign in to comment.