mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: kaldi-for-vosk: Update to 0-0.a25f216.
* gnu/packages/machine-learning.scm (kaldi-for-vosk): Update to 0-0.a25f216. [inputs]: Replace jack-1 with jack-2. [arguments]: Disable cu-array-test.
This commit is contained in:
parent
a9c91a1cb1
commit
7f79dabc96
1 changed files with 5 additions and 3 deletions
|
@ -1830,7 +1830,7 @@ (define-public kaldi
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define kaldi-for-vosk
|
(define kaldi-for-vosk
|
||||||
(let* ((commit "6417ac1dece94783e80dfbac0148604685d27579")
|
(let* ((commit "a25f216f5ce4eec5e45a6ab7651e20c9840a05cd")
|
||||||
(revision "0")
|
(revision "0")
|
||||||
(openfst openfst-for-vosk))
|
(openfst openfst-for-vosk))
|
||||||
(package
|
(package
|
||||||
|
@ -1845,13 +1845,13 @@ (define kaldi-for-vosk
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04xw2dpfvpla8skpk08azmgr9k97cd8hn83lj4l85q165gbzql4s"))))
|
(base32 "16w90za8narkfi590cxj4p7vc1f5sdxc927g5hk6kh4l3mf6iisl"))))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
lapack ;compared to base kaldi, replacing `(,gfortran "lib")
|
lapack ;compared to base kaldi, replacing `(,gfortran "lib")
|
||||||
glib
|
glib
|
||||||
gstreamer
|
gstreamer
|
||||||
jack-1
|
jack-2
|
||||||
openblas
|
openblas
|
||||||
openfst
|
openfst
|
||||||
portaudio
|
portaudio
|
||||||
|
@ -1886,6 +1886,8 @@ (define kaldi-for-vosk
|
||||||
portaudio))
|
portaudio))
|
||||||
(substitute* "matrix/Makefile" ;temporary test bypass
|
(substitute* "matrix/Makefile" ;temporary test bypass
|
||||||
(("matrix-lib-test sparse-matrix-test") ""))
|
(("matrix-lib-test sparse-matrix-test") ""))
|
||||||
|
(substitute* "cudamatrix/Makefile"
|
||||||
|
((" cu-array-test") ""))
|
||||||
|
|
||||||
;; This `configure' script doesn't support variables passed as
|
;; This `configure' script doesn't support variables passed as
|
||||||
;; arguments, nor does it support "prefix".
|
;; arguments, nor does it support "prefix".
|
||||||
|
|
Loading…
Reference in a new issue