From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id mHTADw/bamJ6+wAAbAwnHQ (envelope-from ) for ; Thu, 28 Apr 2022 20:21:03 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +G39Dw/bamIM0AAAauVa8A (envelope-from ) for ; Thu, 28 Apr 2022 20:21:03 +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 DC3842893D for ; Thu, 28 Apr 2022 20:21:02 +0200 (CEST) Received: from localhost ([::1]:39536 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nk8lB-0000fs-Ju for larch@yhetil.org; Thu, 28 Apr 2022 14:21:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk8kE-0007hx-VY for guix-patches@gnu.org; Thu, 28 Apr 2022 14:20:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56022) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nk8kE-0004k8-Lv for guix-patches@gnu.org; Thu, 28 Apr 2022 14:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nk8kE-00038E-DZ for guix-patches@gnu.org; Thu, 28 Apr 2022 14:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55170] [PATCH 1/5] gnu: sundials: Add 5.8.0. References: <20220428181532.281677-1-paul@apatience.com> In-Reply-To: <20220428181532.281677-1-paul@apatience.com> Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 28 Apr 2022 18:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55170 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55170@debbugs.gnu.org Cc: ludovic.courtes@inria.fr, paul@apatience.com Received: via spool by 55170-submit@debbugs.gnu.org id=B55170.165116997311938 (code B ref 55170); Thu, 28 Apr 2022 18:20:02 +0000 Received: (at 55170) by debbugs.gnu.org; 28 Apr 2022 18:19:33 +0000 Received: from localhost ([127.0.0.1]:49903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nk8jl-00036T-9p for submit@debbugs.gnu.org; Thu, 28 Apr 2022 14:19:33 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:14920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nk8jj-00036D-5O for 55170@debbugs.gnu.org; Thu, 28 Apr 2022 14:19:31 -0400 Date: Thu, 28 Apr 2022 18:19:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1651169964; bh=L8NkkCMPvPLQu2Bl/SyRzJ7vhTJIIzjXFGEU2MLrQpM=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=EoAk4RzRAd4fhk19T2LQaNOfqKqqsDn/m4r1S/4BlHpRzUTUgSF+EV8HAuQDykJD4 1ukDX/FCnku665sbxJn2NOH9Ycnr18yGpAQBuD5nl5Z65i6u/8JBgWOS+my4aE+gxC WIbe0oiMEy8eXicFlFBG3Y/7sfAXJmwXw+nRNfPofkcrXoX6f8iOhc0jmOPyKRfp97 6k/cu2OMS6fRp6zCnPw1qbn2w/6GdCrs7Ejg+sez7hvMTLyDKRD+/Nua9e9zdwOIQO QNoXRJlnc4CHHzp10rZHZW7FrHvfNvL7S8LAu6KOyQGm2mDqnhvlg5CeLNmtnppOJ4 CYKI0AO5/At1w== From: "Paul A. Patience" Message-ID: <20220428181919.281837-1-paul@apatience.com> Feedback-ID: 19227857:user:proton 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: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651170062; h=from:from:sender:sender:reply-to: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-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=L8NkkCMPvPLQu2Bl/SyRzJ7vhTJIIzjXFGEU2MLrQpM=; b=ezK2A5x9fFBILg734l65NKKe/K+QI2yvmR2BwqAFZJpAtE+dRKIgeQgC4buLjotK+0F5nY 1GHy2UJ4DIpO+orPUodNq3/L1lt5AzKSmSCzGA4RKEf5qdQBh9eNmuSuAQKdQLpUtxkZqs 9zXybRaseDvj4gXfiAPw2ztzOl8l9UuImiL7cVrB34+b0wgEtCY7y1XiCRFnBPJVQpRRdv kVliqhwpTEZ1ebLJzKkXp4A3BDuQ3k1k4EQprPCOoCfSivrBqsRMiYRiVinHDfryQm/2Gx MoRMvlUV+CbFULmH1I0qZe2RjLutGUpWJka7Y+KsZ1LcbGIuUJ+ntnXTgQ380Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651170062; a=rsa-sha256; cv=none; b=QKbuyAJuSxXsWP/I/Lscj+hnky1WnHfRtIFwJfVpKZ2i4pMS3Mt6yOT1vQ4TCpuOajJWih OFWE472ARgaSblUbDuTPrQAvg60QnW/8cRi4Ky1isVs/HSuDkP78u2MV6WNMbOyelRzlD7 eyW6ydVkMfA8YrJAFcLeQ6wG3GkeX1wXl9kfBSQ26nTBpdpOxUsPjZAMq08CfPPzot4z+V YOxBPG4J/GcPLgHhhSoO2X/itAr6ZpUIKU2MwYV5PZdYJEBqFkeaSIpXR3aZY2vJRFAUKi BctSCYKomGFx/i6rTFnP2ZEMHXhVilKxa1DC2a+Gbwk1E5FL5jclcddHndbjiA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=EoAk4RzR; dmarc=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" X-Migadu-Spam-Score: 2.00 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=EoAk4RzR; dmarc=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" X-Migadu-Queue-Id: DC3842893D X-Spam-Score: 2.00 X-Migadu-Scanner: scn1.migadu.com X-TUID: Q50mfzYaDnB7 * gnu/packages/maths.scm (sundials-5, sundials-openmpi-5): New variables. --- gnu/packages/maths.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index e97f732def..dbb9bf1cf3 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -6190,6 +6190,29 @@ (define-public sundials-openmpi ,%openmpi-setup))))) (synopsis "SUNDIALS with MPI support"))) +(define-public sundials-5 + (package + (inherit sundials) + (name "sundials") + (version "5.8.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/LLNL/sundials/releases/down= load/v" + version "/sundials-" version ".tar.gz")) + (sha256 + (base32 + "04x2x0jchf9kbcw2a1c6f4h4as8sr6k2snfz8z9k897pa4rl1vfl")))))) + +(define-public sundials-openmpi-5 + (package/inherit sundials-5 + (name "sundials-openmpi") + (propagated-inputs + (package-propagated-inputs sundials-openmpi)) + (arguments + (package-arguments sundials-openmpi)) + (synopsis (package-synopsis sundials-openmpi)))) + (define-public sundials-julia (package (inherit sundials) -- 2.36.0