all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aurora via Guix-patches via <guix-patches@gnu.org>
To: 54506@debbugs.gnu.org
Cc: Aurora <rind38@disroot.org>
Subject: [bug#54506] [PATCH v2] gnu: openfst: Update to 1.8.2, enable ngram extension
Date: Wed, 23 Mar 2022 15:43:59 +0000	[thread overview]
Message-ID: <20220323154359.2684-1-rind38@disroot.org> (raw)
In-Reply-To: <20220321173215.1526-2-rind38@disroot.org>

This extension is required by some programs that depend on openfst that aren't
yet packaged.

The extension itself also depends on C++14 to build due to make_unique.
---
 gnu/packages/machine-learning.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index afac56f..b13e800 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -570,15 +570,16 @@ sample proximities between pairs of cases.")
 (define-public openfst
   (package
     (name "openfst")
-    (version "1.7.9")
+    (version "1.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.openfst.org/twiki/pub/FST/"
                                   "FstDownload/openfst-" version ".tar.gz"))
               (sha256
                (base32
-                "1pmx1yhn2gknj0an0zwqmzgwjaycapi896244np50a8y3nrsw6ck"))))
+                "0hlbdmjjf1jgsvi3d2hwni5lz3l9a5bzj6ijpbawa8a7cbrpp66y"))))
     (build-system gnu-build-system)
+    (arguments '(#:configure-flags '("--enable-ngram-fsts" "CXXFLAGS=-std=c++14")))
     (home-page "http://www.openfst.org")
     (synopsis "Library for weighted finite-state transducers")
     (description "OpenFst is a library for constructing, combining,
-- 
2.30.2





  reply	other threads:[~2022-03-23 15:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21 17:32 [bug#54505] [PATCH] gnu: openblas: Update to 0.3.20 Aurora via Guix-patches via
2022-03-21 17:32 ` [bug#54506] [PATCH] gnu: openfst: Update to 1.8.2 Aurora via Guix-patches via
2022-03-23 15:43   ` Aurora via Guix-patches via [this message]
2022-03-23 15:53     ` [bug#54506] [PATCH v3 0/1] gnu: openfst: Update to 1.8.2, enable ngram extension Aurora via Guix-patches via
2022-03-23 15:53       ` [bug#54506] [PATCH v3 1/1] " Aurora via Guix-patches via
2022-05-15 20:29       ` bug#54506: [PATCH] gnu: openfst: Update to 1.8.2 Ludovic Courtès
2022-05-15 20:30 ` bug#54505: [PATCH] gnu: openblas: Update to 0.3.20 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220323154359.2684-1-rind38@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=54506@debbugs.gnu.org \
    --cc=rind38@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.