Commit b23f720
committed
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.1 parent 1abf0a7 commit b23f720
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
0 commit comments