gnu: openfst: Update to 1.8.2, enable ngram extension
This extension is required by some programs that depend on openfst that aren't yet packaged. * gnu/packages/machine-learning.scm (openfst): Update to 1.8.2. [arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d60b9f8d0f
commit
7c204281ff
1 changed files with 3 additions and 2 deletions
|
@ -570,15 +570,16 @@ sample proximities between pairs of cases.")
|
||||||
(define-public openfst
|
(define-public openfst
|
||||||
(package
|
(package
|
||||||
(name "openfst")
|
(name "openfst")
|
||||||
(version "1.7.9")
|
(version "1.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.openfst.org/twiki/pub/FST/"
|
(uri (string-append "http://www.openfst.org/twiki/pub/FST/"
|
||||||
"FstDownload/openfst-" version ".tar.gz"))
|
"FstDownload/openfst-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pmx1yhn2gknj0an0zwqmzgwjaycapi896244np50a8y3nrsw6ck"))))
|
"0hlbdmjjf1jgsvi3d2hwni5lz3l9a5bzj6ijpbawa8a7cbrpp66y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments '(#:configure-flags '("--enable-ngram-fsts")))
|
||||||
(home-page "http://www.openfst.org")
|
(home-page "http://www.openfst.org")
|
||||||
(synopsis "Library for weighted finite-state transducers")
|
(synopsis "Library for weighted finite-state transducers")
|
||||||
(description "OpenFst is a library for constructing, combining,
|
(description "OpenFst is a library for constructing, combining,
|
||||||
|
|
Reference in a new issue