From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id iBcKGopU3mSYEAEASxT56A (envelope-from ) for ; Thu, 17 Aug 2023 19:10:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id OFDgGYpU3mQuwQAAauVa8A (envelope-from ) for ; Thu, 17 Aug 2023 19:10:34 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F23C54A54E for ; Thu, 17 Aug 2023 19:10:33 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="A7i/jez8"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692292234; a=rsa-sha256; cv=none; b=J3ngA1Db81nkBPZEiEp8hOgROEI5/82fuMbtJlb4hsl/U+eDdc+dAp0I3aZKgNleehl2pT m62jlhfdWmLDxMQ0fX1Al+5ZQ05psD/q5o5LWjqOerU0X3pbNBV6vpFQehsPNZwNujMi6t y40J6fOMqMgG0vBmDjnG6pcVdphR83TKMaY0jCb6xEul3tuDtCPqWy5M9LiqqrHFtoWds7 SwwBV+gC9lRD54Nms+hlbbdvHiJBGNqKP0e3sBUiIgXbw7GerbsYvoUQSqfe31mxnpeEA2 H7Qa6EibpRo2Kj7wkPwLcVGgC2Cwrg0CLXLkeQGUFUf4Cs7DcW5wEeXiKovwuw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="A7i/jez8"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692292234; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Qh8nOUGdJX5I7X2+55nI4NQCNrgUomPyevs4NQwRnoc=; b=hxqaAb1xmNssFHaqno1BR0kWlbY36py7isOmsWDBgK8UlREwmnK04UCjb2rW0TgFwo+XsK dDdL0oF3eLJjn+C2w3v6kboNl+TD5aue3aIPfwf7nwrqLS4MdK/D2fZ0nET7NswjJeYiBY uMXiXzUBdidjCvAle0M53/24ySm271Cn7L1/S5o0r4UmCXOp8475XWlRz0qNZEx6bDTFom dzP4fL6FWhu6mgK+8xp/2r/sHhDaPXXJrh3FlXsL/AGTeMK9GfIKuzX+vCB/2cLwCNu7fx feafXpkyNB/l2Ni2tPlPciNMDwqfr6jltQAo5PjZspvS/m8K4JviM0TP1bY8+Q== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qWgVY-0003j6-O7; Thu, 17 Aug 2023 13:10:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qWgVW-0003ie-GK for guix-patches@gnu.org; Thu, 17 Aug 2023 13:10:02 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qWgVW-00071B-66 for guix-patches@gnu.org; Thu, 17 Aug 2023 13:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qWgVW-0006xj-1w for guix-patches@gnu.org; Thu, 17 Aug 2023 13:10:02 -0400 Subject: bug#65227: [PATCH] gnu: libflame: Update to 70c19e7. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 17 Aug 2023 17:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65227 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65227-done@debbugs.gnu.org Cc: Florent Pruvost , Efraim Flashner Mail-Followup-To: 65227@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 65227-done@debbugs.gnu.org id=D65227.169229218026720 (code D ref 65227); Thu, 17 Aug 2023 17:10:01 +0000 Received: (at 65227-done) by debbugs.gnu.org; 17 Aug 2023 17:09:40 +0000 Received: from localhost ([127.0.0.1]:45476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWgVA-0006wu-EG for submit@debbugs.gnu.org; Thu, 17 Aug 2023 13:09:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWgV8-0006wQ-EK for 65227-done@debbugs.gnu.org; Thu, 17 Aug 2023 13:09:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qWgV2-0006xv-8X; Thu, 17 Aug 2023 13:09:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Qh8nOUGdJX5I7X2+55nI4NQCNrgUomPyevs4NQwRnoc=; b=A7i/jez8SRr2gXzHPWxt +PKqTdFC7Ah7hdFnDqH47c+/tCLDe+R2zr021jsJmBxSvimIDJxOfDsyKcHkkHz+g9uKADp4RnbxE bTqT0/y5LbHKwSksP7FZyymZm7Ev3O6FTWEVFOL472xXf/pQHzMBwG0Ovj45oGWzeEFtBhEYfVcEb V3dkhe4i5zQckJLJ+zXwntFH/K4M71dPbluyRQ/SYhNAVg+CYO0/S2KN65PDrqL+sPOMVi3if+4iX D6YOg2ZfLtiYi0p4sRCz+ozEegfQcZcfc/VXPuGk04Z2tdwRpC0iTI1W/NrZoNhj8tb6uVSCjnIdH F/bomTE4w74Afw==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <1e2bf2b94b358533876746b1bbb3e35e73ca9f34.1691755971.git.ludo@gnu.org> Date: Thu, 17 Aug 2023 19:09:29 +0200 In-Reply-To: (Efraim Flashner's message of "Wed, 16 Aug 2023 17:20:12 +0300") Message-ID: <87edk1vbna.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: F23C54A54E X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.89 X-Spam-Score: -6.89 X-TUID: +XDLQ5W8NQd7 Hello, Efraim Flashner skribis: > On Fri, Aug 11, 2023 at 02:15:28PM +0200, Ludovic Court=C3=A8s wrote: >> From: Ludovic Court=C3=A8s >>=20 >> * gnu/packages/maths.scm (libflame): Update to 70c19e7. >> [arguments]: Add #:make-flags. [...] > Some of the config.guess and config.sub files in the test suite are too > old to run on aarch64/riscv64, but that's something that we can fix. Right, and it can=E2=80=99t be a regression. > I don't see any problems overall. Awesome, pushed as dcf05f2321821ca1497929630edea3ff53c4dcb0! Thanks, Ludo=E2=80=99. PS: Your MUA sets an incorrect =E2=80=98Mail-Followup-To=E2=80=99 that lacks NNN@debbugs.gnu.org and yourself.