From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 8Gw0D76w3WVGNgEAe85BDQ:P1 (envelope-from ) for ; Tue, 27 Feb 2024 10:51:58 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 8Gw0D76w3WVGNgEAe85BDQ (envelope-from ) for ; Tue, 27 Feb 2024 10:51:58 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="C/EEFf7T"; 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=1709027518; 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=mkP5tQ9YgPC9ziSBlm184h5ovZem8cPwGQVygPz0rfY=; b=VgtwbxfP902/R8MvbDcGvFwXh73OG6rYkNoM0kuT/e71Pk/t/xzn+lYI/Mhru0RvAiU9BG 77v81hdg4CGU8e8Fp0FHlTVvMggg+qoCB9mk4n8pFu4HWCemuKFWpEcpKoKV5qHAs5xi59 qqopavNjEOSTyctU/Afu3ImvVz1EHHnGfkXSnAp4ajyy9iLxkM+8jcr3Mh85c54RQKrqqf bLxVSku782soI7Uc3Dbd4dkueygyic8NSW4lpz1rTcozB8El8WYEweyQBoVV+mL+32U0dP v9RuWkDV7RVU3yUzEXtGGaidjTm7M5JOzBME/lrl2ASgowEqqa8oLf9D74Znjw== 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="C/EEFf7T"; 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=1709027518; a=rsa-sha256; cv=none; b=iar2g76QnTdLnwkTwGRNKPh8Wzg7ycLgtFO1JpYRlnbzgz1oSYnmRkkmhSACA2iHwprCwo i5dOHvrCgUnTY9WKZ58yCfxwEX5K93hmUalUztMUnWonCbuYLS27giNlJ8cRvEv6qNi/8j Ns3xoi0IEqBXLGQZ5+AoZj5ekvpih6Ine8iKsViH9bzO0imnBWJ52d2TkLHhpt7re9a9Z6 vwMBhUsqlcHCWf55GB/k+hHLzGvZCRSWfddiQUDFqsmSOCpniHUVmGvpmMXyYEWiV7fA1B cTyvJGUPeCjcgyliWXqsCxfKmxrxejCO8sc429vWr5y5k8B2QqXxeL08Q7pnAA== 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 26FD141687 for ; Tue, 27 Feb 2024 10:51:58 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1reu7g-0007qv-Ba; Tue, 27 Feb 2024 04:51:40 -0500 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 1reu7d-0007qH-01 for guix-patches@gnu.org; Tue, 27 Feb 2024 04:51:37 -0500 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 1reu7c-00045B-NP for guix-patches@gnu.org; Tue, 27 Feb 2024 04:51:36 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1reu82-0006qC-0a for guix-patches@gnu.org; Tue, 27 Feb 2024 04:52:02 -0500 Subject: bug#67822: [PATCH v4] gnu: maths: petsc: Reduce closure size. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 27 Feb 2024 09:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 67822 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Lars Bilke Cc: 67822-done@debbugs.gnu.org, Andreas Enge , Efraim Flashner , Eric Bavier Mail-Followup-To: 67822@debbugs.gnu.org, ludo@gnu.org, lars.bilke@ufz.de Received: via spool by 67822-done@debbugs.gnu.org id=D67822.170902747426171 (code D ref 67822); Tue, 27 Feb 2024 09:52:01 +0000 Received: (at 67822-done) by debbugs.gnu.org; 27 Feb 2024 09:51:14 +0000 Received: from localhost ([127.0.0.1]:38923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reu7F-0006o3-U4 for submit@debbugs.gnu.org; Tue, 27 Feb 2024 04:51:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reu7D-0006nc-Kx for 67822-done@debbugs.gnu.org; Tue, 27 Feb 2024 04:51:12 -0500 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 1reu6e-0003pC-TY; Tue, 27 Feb 2024 04:50:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=mkP5tQ9YgPC9ziSBlm184h5ovZem8cPwGQVygPz0rfY=; b=C/EEFf7TpTXoxje8AJE4 9VCVG22ThgpIuKpeO2uuOvEz+pUeLpMVeAo1zTecnavBpvN6PCdhqW+JH6agEQ6EL4ITh0GA2FIgF BGsKdi0HCqxhbjFEv19p5ze5R0dwD4AmtGunRTPeDGw1sGqP0ryZekUeYD8QyHPch6G8Xccygo/8o gsEsTcDL5u4pTPoOE/b16iU21XStHM6gyu251oQ5HK2zFMawBmAzfIUn+JONxx2CE4E1S9K5Tud/E MF8lJVM6TiLZ54L1ZJzKOYZUgZRNc8zXicXAA+hSlr3IbSQDuOFt7u+hG9gHv/pqHgrDIqXpJFdP+ 9TLCSze04pX9Zg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Lars Bilke's message of "Tue, 09 Jan 2024 19:15:04 +0100") References: <9ba967c61c66acea4b4c3b1db6e1a446ad9e827e.1702558568.git.lars.bilke@ufz.de> Date: Tue, 27 Feb 2024 10:50:33 +0100 Message-ID: <87wmqqi6c6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -7.16 X-Spam-Score: -7.16 X-Migadu-Queue-Id: 26FD141687 X-Migadu-Scanner: mx11.migadu.com X-TUID: PV6jaO5+Xhip Hi, Lars Bilke skribis: > Reduces closure size by around 350 MB by removing refernces to build > dependencies (e.g. gcc). > > New ion v4: > > Used proposed :graph: syntax. > Also removed gfortran reference. > > Change-Id: I2e6900747b2118546f0a39ceb109b3f2f90e6949 [...] > + (("([[:graph:]]+)/bin/sed") "sed") > + (("([[:graph:]]+)/bin/gfortran") "gfortran") > + )))) I move those lonely parens to the previous line, tweaked the commit log, and applied it. Thank you! Ludo=E2=80=99.