]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/kaldi.git/commit
Update src/Makefile to enforce OpenFst >= 1.5.3.
authorDogan Can <dogancanbaz@gmail.com>
Mon, 5 Dec 2016 22:53:14 +0000 (14:53 -0800)
committerDogan Can <dogancanbaz@gmail.com>
Wed, 18 Jan 2017 21:50:25 +0000 (13:50 -0800)
commitb23f7205c9b522f1255acc90e98f802e6ec3b0e7
treebeb7bd339f69d94d95888a34a293de3f84b625ae
parent1abf0a7898edec816b1db3a70b341e5e5e4700bd
Update src/Makefile to enforce OpenFst >= 1.5.3.

OpenFst-1.5.3 adds support for minimization of non-deterministic FSTs
over idempotent semirings which is a feature used throughout Kaldi.
Along with the requirement for a C++ compiler with C++11 support, we
are also removing support for older OpenFst releases so that we can
build against an un-patched OpenFst installation.
src/Makefile