From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 2DoSKzziH2VZ/gAA9RJhRA:P1 (envelope-from ) for ; Fri, 06 Oct 2023 12:32:28 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2DoSKzziH2VZ/gAA9RJhRA (envelope-from ) for ; Fri, 06 Oct 2023 12:32:28 +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 68F715D2B0 for ; Fri, 6 Oct 2023 12:32:28 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=LNE+Ia2p; 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=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696588348; 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=tytmVP/7TQL2Wfrto1YyinAtLjEkh0pY606Qer880sc=; b=IlDbu5nOwQaj60zNu7OJzjm3ohmwRgtS+L+4h6VQa8f+iptvZRsK7YP3G2rSLevJxI8W6S rNvKYIqpgHNOSYP7c2F9FiICrRK8FBFzhYXcMmUP4y5MeMqoIuEDyiqYu+i3yIrgT7PGBe 14v4j0ewRRwguibwxzn10zvRclUjS/y0Fy4LXst/WI+4/cqNizrXi7Ohbga1cfLktRt8hx /r0dOxUcfoQSeQcC1VTjhyzm4KBFFMY15u2/T/u2/zzxGaMJxQuv7UXA8q2DM9B+HQas7i 6ZwtJg50i1sTHtiatDIykNFjsKQDoo8tjt1go+FB/P+8p5cvYuoq7fydlD+6xQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696588348; a=rsa-sha256; cv=none; b=UxPIqMMgSavKwXaZx+UAWMH5dp8zMTuJKYiJmRCYzcdQPsyjyDFVXR94hlfIOL6uKLmM+l nSPQgWlKZ9pLEw2Dg3U2fqUPLcyGegpYXWqDMyJliuwLVpf0ISoDivmmqsOvGfC9Osubp6 w74QHjECwwjjapGnVqkBsKZjkROcyaAHF5RKdGkbbwsvbQ2NCJfy04Lh2ccO4syhgqjM8k T56rcmhv5eoVoH1knvbeFO+r95df+QTuSYmicoVZQZqOf4ZXY8L9qHMoXm6amE4s3QJIkd Hty5BI7nuDTem3maYpFsx4JUR4GMtYkFhAowV2lL8hf0XhzQyE2cZvk3JGiRXA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=LNE+Ia2p; 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=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qoi7o-0004dl-0R; Fri, 06 Oct 2023 06:32: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 1qoi7V-0004aX-UV for guix-patches@gnu.org; Fri, 06 Oct 2023 06:31:47 -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 1qoi7T-0005uG-NY for guix-patches@gnu.org; Fri, 06 Oct 2023 06:31:45 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qoi7m-0002H6-6r for guix-patches@gnu.org; Fri, 06 Oct 2023 06:32:02 -0400 Subject: bug#66129: [PATCH 00/20] Split SuiteSparse into subpackages Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 06 Oct 2023 10:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66129 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: David Elsing Cc: 66129-done@debbugs.gnu.org Mail-Followup-To: 66129@debbugs.gnu.org, ludovic.courtes@inria.fr, david.elsing@posteo.net Received: via spool by 66129-done@debbugs.gnu.org id=D66129.16965882928703 (code D ref 66129); Fri, 06 Oct 2023 10:32:01 +0000 Received: (at 66129-done) by debbugs.gnu.org; 6 Oct 2023 10:31:32 +0000 Received: from localhost ([127.0.0.1]:49313 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoi7H-0002GI-Rq for submit@debbugs.gnu.org; Fri, 06 Oct 2023 06:31:32 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:64577) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoi7C-0002Fx-Em for 66129-done@debbugs.gnu.org; Fri, 06 Oct 2023 06:31:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=tytmVP/7TQL2Wfrto1YyinAtLjEkh0pY606Qer880sc=; b=LNE+Ia2psAAYPnTAPsDJmXJc96Rt96Ll8Qvs5uyIuUvoV9pmCmUiPetr apB6EZrWAuo9RMfXxf6fiqePvwm3fTx8kXmVXsTJxDNpSXOrqx35nto+S CB7oVwPaOPAABnF4Zid9RHFXv5kvohDfPLh3j/YmrpsrW/IrxdPxyH3IE A=; X-IronPort-AV: E=Sophos;i="6.03,203,1694728800"; d="scan'208";a="67959163" Received: from unknown (HELO ribbon) ([193.50.110.157]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2023 12:31:01 +0200 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <7ylecgah6b.fsf@posteo.net> (David Elsing's message of "Thu, 05 Oct 2023 21:33:00 +0000") References: <875y3l6w97.fsf@gnu.org> <87lech5ffg.fsf_-_@gnu.org> <7ylecgah6b.fsf@posteo.net> Date: Fri, 06 Oct 2023 12:31:00 +0200 Message-ID: <87ttr4yrdn.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-Spam-Score: 3.65 X-Migadu-Spam-Score: 3.65 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Queue-Id: 68F715D2B0 X-TUID: p/nf8y0mL/08 Hi David, David Elsing skribis: > I changed the packages to use the same source. With the autogenerated > files removed, it is somewhat less unwieldy than the original checkout > (90 MB instead of 165 MB). Awesome. I pushed the whole series as 1b5067c0d002c5d019ab69c5fbc22fac68acda3d. Thanks, Ludo=E2=80=99.