From 73489094031698d04c6dcd8fac3d1751bfc9ea34 Mon Sep 17 00:00:00 2001 From: Michael McAuliffe Date: Wed, 17 Sep 2025 13:01:03 -0700 Subject: [PATCH 1/2] Bump openfst version --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index b370b91..8aeed61 100644 --- a/environment.yml +++ b/environment.yml @@ -10,7 +10,7 @@ dependencies: - kaldi=*=*cpu* - scipy - pynini - - openfst=1.8.3 + - openfst - setuptools_scm - pybind11 - pytest From cc1dc705447a865d444a20059440721469e920c7 Mon Sep 17 00:00:00 2001 From: Michael McAuliffe Date: Wed, 17 Sep 2025 14:59:37 -0700 Subject: [PATCH 2/2] Update CMake definitions for OpenFst 1.8.4 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f18e90..b043dae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,7 @@ if(KALDI_ROOT) endif() add_definitions(-DKALDI_NO_PORTAUDIO=1) +add_definitions(-DOPENFST_VER=18400) if (MSVC) find_package(dlfcn-win32 REQUIRED) set(CMAKE_DL_LIBS dlfcn-win32::dl)