From 915556639237231d906ea16c533a224dfb5fed73 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 12 Dec 2021 14:04:21 +0100 Subject: 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 bfd1bc8573..33ae378a2a 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 -- cgit v1.2.3