guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: sundials: Add 'release-monitoring-url' property.


From: guix-commits
Subject: 02/03: gnu: sundials: Add 'release-monitoring-url' property.
Date: Sun, 12 Dec 2021 16:34:51 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 915556639237231d906ea16c533a224dfb5fed73
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 12 14:04:21 2021 +0100

    gnu: sundials: Add 'release-monitoring-url' property.
    
    * gnu/packages/maths.scm (sundials)[properties]: New field.
---
 gnu/packages/maths.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index bfd1bc8..33ae378 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6204,6 +6204,9 @@ and comparisons are supported.")
     (description "SUNDIALS is a family of software packages implemented with
 the goal of providing robust time integrators and nonlinear solvers that can
 easily be incorporated into existing simulation codes.")
+    (properties
+     '((release-monitoring-url
+        . "https://computing.llnl.gov/projects/sundials/sundials-software";)))
     (license license:bsd-3)))
 
 (define-public sundials-openmpi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]