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 CBuxJpBtC2WdtAAA9RJhRA:P1 (envelope-from ) for ; Thu, 21 Sep 2023 00:09:20 +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 CBuxJpBtC2WdtAAA9RJhRA (envelope-from ) for ; Thu, 21 Sep 2023 00:09:20 +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 7EC525A21B for ; Thu, 21 Sep 2023 00:09:20 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=GdiAvJ7I; 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 (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1695247760; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=m45TIYYPaFec8OIpObV/8k1xLUO3UT2EevtV3kKf1Z4=; b=lcX49mIEhjpOec7O40mZHJVjevLBgWaMaPmUuv3HR8JceWuFG+85yc8pUqL3z3tmcON/mw bf5gaUKyQjf1nN+LpN0U26vjKG6tQGQRkVweuqK+Pf0bstH9q8BreMieXlnFwCoqVXHawj Sn1bm7vh0Wd6hTm7JfIT5Ts3rTOTf/B7QsqAPwHIPNZYWfqP5C31gC4CVMGM9dTD2YDX1L Lek/xVwPy6vlKw+r15zCGJShfJ3hkZK3x3SsUbejZqMtUqpXRSGuGrccQMy50jotUb2ucM dC3WYbG0Q9jrm9SvKQjZe+2uK/ubfj+NtfEk01RavfnH7iNlQehI9dcwCzXvfQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=GdiAvJ7I; 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 (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695247760; a=rsa-sha256; cv=none; b=h6mDhy67B3dpcVwOHl4QvA0vId1Whx1jnS6lJe/2mIjlSkJittOOw4jZ8DeninKsbEq57E 5db/OyL9R/F20SlqK4xhPekiIM639Gsb4FNzSCnRfr81FUPeccIZbCtRr/Z46daOujauLq fydeE8X/KFs+U4cA6raBkuQCixj0U/7hnZTnuojMGoYCPG02trSGQzAhYnzaaX8mdC0Vbz KpVRpMW1tMYhH9w6n4++8iXRZjo3kO/cxFkCOevfXHzrfCJudouD22zEIInoAOYHvROJT/ O6NDfzXs1xWcXiqzE/MH4Y1sXuqokBCA/Ivjb1V0kDau7FjflaNgk4PBtzrGNw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qj5NP-00073O-AP; Wed, 20 Sep 2023 18:08:55 -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 1qj5NN-00072t-PE for guix-patches@gnu.org; Wed, 20 Sep 2023 18:08:53 -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 1qj5NN-00059Z-H2 for guix-patches@gnu.org; Wed, 20 Sep 2023 18:08:53 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qj5NW-0005SE-SF for guix-patches@gnu.org; Wed, 20 Sep 2023 18:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66129] [PATCH 01/20] gnu: suitesparse: Tweak description. Resent-From: David Elsing Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Sep 2023 22:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66129 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66129@debbugs.gnu.org Cc: David Elsing Received: via spool by 66129-submit@debbugs.gnu.org id=B66129.169524772720801 (code B ref 66129); Wed, 20 Sep 2023 22:09:02 +0000 Received: (at 66129) by debbugs.gnu.org; 20 Sep 2023 22:08:47 +0000 Received: from localhost ([127.0.0.1]:60479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qj5NH-0005PQ-4x for submit@debbugs.gnu.org; Wed, 20 Sep 2023 18:08:47 -0400 Received: from mout02.posteo.de ([185.67.36.66]:36671) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qj5ND-0005P8-En for 66129@debbugs.gnu.org; Wed, 20 Sep 2023 18:08:45 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 72CF9240101 for <66129@debbugs.gnu.org>; Thu, 21 Sep 2023 00:08:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1695247707; bh=/yGXd07D3rbX+AOX2mZo2QmDOJSLbizreDv2zfXRO14=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=GdiAvJ7I94wjl68Ocf4NjFGlnYH5GN0sWxD+CVA8J/GVsiHeKdAd39f6DkTm1/HNo EfSM4uRn4/uElG93CsgEqooIljE4/FzGv6FoeWNm5xxaVpQHCzaHh+WMXsBNpSazwq ssxVZ+pyS9TuEbOQbMrDDLp6B/Py4cc4y+OnEV/7beDM3RXN4Nkvj5Au4WZysmdQhT MQBohLUUgdgTVYvdT1hyJCKjb+rYLyD1d7lf8aCo7Pz4sBBRAeQU30qiLa/ySmvHKX qmea56ASsJg3mQjZS9qzB6HGwfuVKomIhksls39bPWFK+JMnrJdHBREGzZwaCgJrso IQZZWAiJf/jWQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RrXjQ6bZKz9rxF; Thu, 21 Sep 2023 00:08:26 +0200 (CEST) From: David Elsing Date: Wed, 20 Sep 2023 22:07:51 +0000 Message-ID: <2e6dce4c1faecf1e5516f477a1b372da205573ba.1695246169.git.david.elsing@posteo.net> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -3.88 X-Spam-Score: -3.88 X-Migadu-Queue-Id: 7EC525A21B X-TUID: CmDpx96Lx8m4 * gnu/packages/maths.scm (suitesparse)[description]: Mention that all subpackages are included. --- gnu/packages/maths.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6141c09886..a77928f9b6 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4960,7 +4960,10 @@ (define-public suitesparse multifrontal QR; KLU and BTF, sparse LU factorization, well-suited for circuit simulation; ordering methods (AMD, CAMD, COLAMD, and CCOLAMD); CSparse and CXSparse, a concise sparse Cholesky factorization package; and many other -packages.") +packages. + +This package contains all of the above-mentioned parts. +") ;; LGPLv2.1+: ;; AMD, CAMD, BTF, COLAMD, CCOLAMD, CSparse, CXSparse, KLU, LDL ;; GPLv2+: -- 2.41.0