From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 uNtZHKVtC2XKjAAA9RJhRA:P1 (envelope-from ) for ; Thu, 21 Sep 2023 00:09:41 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id uNtZHKVtC2XKjAAA9RJhRA (envelope-from ) for ; Thu, 21 Sep 2023 00:09:41 +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 551ED50E2F for ; Thu, 21 Sep 2023 00:09:41 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pOS6iksT; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1695247781; 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=EJNcvXVoJmvCKVJQhErHo+sbY/wqPF8rh/Twlm+dpUE=; b=Bq3gAuyJLY9/ghA3giq8XBGN0pZ4gn40cFIySNPkXQK8dkQe1em+BEypBbXPiNBOZ+nEUH KvrZsOgkCYLnQe4eRgMJQPtwnsfNQ0O1U6ve/JCdHSWPgoCq6dXpRnsQFzj7yFpd4q/G6N 8pWQbHm2HCNcN628IcBYFiRoFngM3z0p6hr7pBgg5HDJdlojF/4HgDNGSICemd483wv4ba zW8St2CSZIyhn7HICPdka0aFRydX9IQkYSyzifBox+ysJLIh8zR9W+xmygK+NIXVKJMk3m jgsFRE+w2SVhc5RbzdE9gIvVXzUC95Zz7hGn17TDJdizJJgMvddl6uScqkY3jw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695247781; a=rsa-sha256; cv=none; b=rmGRaRf98al1gBqIebHbP5TSHcGlprCG0GsuxyIPmJuMysLwM9DUqYS/FeyH8MAZ6WJyEC Ncl4kUU04zm3W1yrOyh+TPbdeSRVI09LjGHMeES04OOcaVT14aO0kOjjW0Txmr05wElg3q 7kBAuu6fmRPEqkNIQOrMJnDy0Psm0Adf32xqMUI95CJgOQ9ldrA6suvqGUd/dKwNlhxDHg ty0hm0S5JzfSrW3agLhy5BtUJIOvYn14KoJdIhxgGAgyvPRSilQprGFmiUl2hlhLGxc/ER pEbDzYPgbs2EzKvwtP8jmFxkym7iIb2j/E+9gtZ2D6DeL6QEwhdZAHWrGaCqvA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pOS6iksT; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qj5NT-000768-6F; Wed, 20 Sep 2023 18:08:59 -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 1qj5NQ-000749-WE for guix-patches@gnu.org; Wed, 20 Sep 2023 18:08:57 -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 1qj5NQ-0005AL-Nz for guix-patches@gnu.org; Wed, 20 Sep 2023 18:08:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qj5Na-0005TW-BL for guix-patches@gnu.org; Wed, 20 Sep 2023 18:09:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66129] [PATCH 05/20] gnu: Add suitesparse-camd. Resent-From: David Elsing Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Sep 2023 22:09:06 +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.169524774020929 (code B ref 66129); Wed, 20 Sep 2023 22:09:06 +0000 Received: (at 66129) by debbugs.gnu.org; 20 Sep 2023 22:09:00 +0000 Received: from localhost ([127.0.0.1]:60500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qj5NT-0005RD-D4 for submit@debbugs.gnu.org; Wed, 20 Sep 2023 18:09:00 -0400 Received: from mout02.posteo.de ([185.67.36.66]:53301) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qj5NN-0005PZ-45 for 66129@debbugs.gnu.org; Wed, 20 Sep 2023 18:08:53 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id D37ED240101 for <66129@debbugs.gnu.org>; Thu, 21 Sep 2023 00:08:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1695247717; bh=i0KalSraWhf1UoJrsjbDsvkQMOti2n6qTGkINcsvlno=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=pOS6iksTH2Sr65gwZTovrLkZrsklbnc9RCL+LS9eREhcYXKotME/fjegl8TWcBKfr a6u81FbyHNWj8/T6ZUGZ2bNCxPhdcD9kYW+mm8ycaKuXCYFDlByXqBe2tg1++YSdE1 MY9jabor02bbJgpeDHVW/hie5ddmx2JsQPxchBr93qqsnCncEB7e8zuUDjoA3xwGSK RPcAL2S34/WA9FrcRYsPlRcHh97SID5/icg+A8XrsmDKOAbaHM+V+DoKPMMt5IsNOk G8sqNs9Kvo+9otu0Hs2FF64qYr9pVKQzcH9PYE6vf/MgPgKuGpifDRfZPcgl46VpaS L7LUaYXI/Ii/w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RrXjd3Zsqz6ty8; Thu, 21 Sep 2023 00:08:37 +0200 (CEST) From: David Elsing Date: Wed, 20 Sep 2023 22:07:55 +0000 Message-ID: <6e9b6a766a7953fafb9f01850c09783ea913331c.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-Spam-Score: 4.06 X-Spam-Score: 4.06 X-Migadu-Queue-Id: 551ED50E2F X-Migadu-Scanner: mx0.migadu.com X-TUID: KgSXf6CvSrOF * gnu/packages/maths.scm (suitesparse-camd): New variable. --- gnu/packages/maths.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f2c6f136a8..875e7dc391 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5051,6 +5051,48 @@ (define-public suitesparse-btf matrix into block upper triangular form.") (license license:lgpl2.1+))) +(define-public suitesparse-camd + (package + (name "suitesparse-camd") + (version "3.2.0") + (source (suitesparse-package-src name "CAMD")) + (build-system cmake-build-system) + (arguments + (list + #:tests? #f + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'set-cmake-module-path + (lambda _ + (substitute* "CMakeLists.txt" + (("set.*CMAKE_MODULE_PATH.*") + (string-append "set(CMAKE_MODULE_PATH " + #$suitesparse-config "/lib/cmake/SuiteSparse)\n" + "set(DUMMY\n"))))) + (add-after 'build 'build-doc + (lambda _ + (with-directory-excursion "../source/Doc" + (invoke "make")))) + (add-after 'install 'install-doc + (lambda _ + (install-file "../source/Doc/CAMD_UserGuide.pdf" + (string-append #$output "/share/doc/" + #$name "-" #$version)))) + (replace 'install-license-files + (lambda _ + (install-file "../source/Doc/License.txt" + (string-append #$output "/share/doc/" + #$name "-" #$version))))))) + (inputs (list suitesparse-config)) + (native-inputs (list (texlive-updmap.cfg '()))) + (home-page "https://people.engr.tamu.edu/davis/suitesparse.html") + (synopsis "Sparse matrix ordering for Cholesky factorization with constraints") + (description "CAMD is a set of routines for ordering a sparse matrix prior +to Cholesky factorization (or for LU factorization with diagonal pivoting). +It is a variant of AMD which has the the option to apply constraints to the +ordering.") + (license license:bsd-3))) + (define-public suitesparse (package (name "suitesparse") -- 2.41.0