From patchwork Sun Aug 1 21:21:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sarah Morgensen X-Patchwork-Id: 31702 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1E79827BC78; Sun, 1 Aug 2021 22:22:48 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id DF61A27BC6B for ; Sun, 1 Aug 2021 22:22:47 +0100 (BST) Received: from localhost ([::1]:35168 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAIv0-0002pt-WC for patchwork@mira.cbaines.net; Sun, 01 Aug 2021 17:22:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAIuL-0001W7-UG for guix-patches@gnu.org; Sun, 01 Aug 2021 17:22:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53815) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mAIuL-000095-LA for guix-patches@gnu.org; Sun, 01 Aug 2021 17:22:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mAIuL-0006Hp-Hu for guix-patches@gnu.org; Sun, 01 Aug 2021 17:22:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49813] [PATCH 19/34] gnu: kaldi: Fix regex in FIND-FILES invocation. Resent-From: Sarah Morgensen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 01 Aug 2021 21:22:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49813 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49813@debbugs.gnu.org Received: via spool by 49813-submit@debbugs.gnu.org id=B49813.162785288824051 (code B ref 49813); Sun, 01 Aug 2021 21:22:05 +0000 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:28 +0000 Received: from localhost ([127.0.0.1]:37119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItk-0006Fl-Fv for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:28 -0400 Received: from out0.migadu.com ([94.23.1.103]:33411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItd-0006F5-Sb for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:22 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UqW+FKialuIxwB2cvuBh3coHiFiKZcU8LuUZ+FcyP3M=; b=bvFfkldb3hBhQgZEcckuoBHRUGqWfjEjNvvOeyxxjU9BVf3v0y9unCjvawOmP0cdODsV6N /WPaik33LB/IfAnsYY8K2VsOcv7DSXHdWJMV9KqD0njh0x/QMkJeY8wdOoYQMtQO1nx5PF s6SMHF5f7XpV8gNVvKyTf/NmyCc8KbI= From: Sarah Morgensen Date: Sun, 1 Aug 2021 14:21:01 -0700 Message-Id: <18b7c9d99b1734486d9651395c576ec11db75a08.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches See for more information. * gnu/packages/machine-learning.scm (kaldi)[arguments]: Fix regex. --- gnu/packages/machine-learning.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 8337ae9a27..13998e5824 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1392,12 +1392,12 @@ discrete, and conditional dimensions.") (let ((target (readlink file))) (delete-file file) (install-file target lib))) - (find-files lib "\\.so")) + (find-files lib "\\.so[\\.0-9]*$")) ;; Install headers (for-each (lambda (file) (let ((target-dir (string-append inc "/" (dirname file)))) (install-file file target-dir))) - (find-files "." "\\.h")) + (find-files "." "\\.h$")) (install-file "gst-plugin/libgstonlinegmmdecodefaster.so" (string-append lib "/gstreamer-1.0")) #t))))))