Nicolas Graves via Guix-patches via writes: > Nicolas Graves (8): > gnu: kaldi-for-vosk: Update to 0-1.bc5baf1. > gnu: vosk-api: Update to 0.3.50. > gnu: Remove openfst-1.7.3. > gnu: openfst: Update to 1.8.4. > gnu: kaldi: Update to 0-2.01aadd7. > gnu: kaldi: Improve style. > gnu: gst-kaldi-nnet2-online: Fix build. > gnu: kaldi-gstreamer-server: Fix build, cleanup tests. > > gnu/local.mk | 2 + > gnu/packages/machine-learning.scm | 307 +++++++++--------- > .../patches/kaldi-ignore-failing-test.patch | 28 ++ > .../kaldi-openblas-0.3.29-compatibility.patch | 70 ++++ > 4 files changed, 256 insertions(+), 151 deletions(-) > create mode 100644 gnu/packages/patches/kaldi-ignore-failing-test.patch > create mode 100644 gnu/packages/patches/kaldi-openblas-0.3.29-compatibility.patch Thanks for the patches, these look good to me, I've pushed them to master as 97ea59b846c5267098a019f36c84dcaa55fb123e. Chris