guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: kaldi: Update to dd107fd, bypass tests


From: guix-commits
Subject: 04/06: gnu: kaldi: Update to dd107fd, bypass tests
Date: Sun, 15 May 2022 16:51:07 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit d57a2c2b33f36df0582d306236fad3ce0768c346
Author: Aurora <rind38@disroot.org>
AuthorDate: Thu Mar 24 19:59:32 2022 +0000

    gnu: kaldi: Update to dd107fd, bypass tests
    
    Either kaldi's tests are broken or openblas has reintroduced a bug:
    - https://github.com/kaldi-asr/kaldi/pull/4421
    
    More testing & fixes required upstream to re-enable the tests later. For now
    they'll just have to be ignored.
    
    * gnu/packages/machine-learning.scm (kaldi): Update to dd107fd.
    [arguments]: In 'configure' phase, modify "matrix/Makefile".
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/machine-learning.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 0adf971e20..4c049d51f8 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1549,8 +1549,9 @@ discrete, and conditional dimensions.")
 
 ;; There have been no proper releases yet.
 (define-public kaldi
-  (let ((commit "d4791c0f3fc1a09c042dac365e120899ee2ad21e")
-        (revision "2"))
+  (let ((commit "dd107fd594ac58af962031c1689abfdc10f84452")
+        (revision "0")
+        (openfst openfst-1.7.3)) ;; Temporary bypass for upstream issues
     (package
       (name "kaldi")
       (version (git-version "0" revision commit))
@@ -1562,7 +1563,7 @@ discrete, and conditional dimensions.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "07k80my6f19mhrkwbzhjsnpf9871wmrwkl0ym468i830w67qyjrz"))))
+                  "0iqbzgn7gzmgwvjfzifpbwwidxx887qmlgmsjkg7b1yzyfv00l21"))))
       (build-system gnu-build-system)
       (arguments
        `(#:test-target "test"
@@ -1586,6 +1587,8 @@ discrete, and conditional dimensions.")
                               "gst-plugin/Makefile")
                  (("../../tools/portaudio/install")
                   (assoc-ref inputs "portaudio")))
+               (substitute* "matrix/Makefile"     ;temporary test bypass
+                 (("matrix-lib-test sparse-matrix-test") ""))
 
                ;; This `configure' script doesn't support variables passed as
                ;; arguments, nor does it support "prefix".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]