gnu: sundials: Add 'release-monitoring-url' property.

* gnu/packages/maths.scm (sundials)[properties]: New field.
This commit is contained in:
Ludovic Courtès 2021-12-12 14:04:21 +01:00
parent 951a4db989
commit 9155566392
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6204,6 +6204,9 @@ (define-public sundials
(description "SUNDIALS is a family of software packages implemented with (description "SUNDIALS is a family of software packages implemented with
the goal of providing robust time integrators and nonlinear solvers that can the goal of providing robust time integrators and nonlinear solvers that can
easily be incorporated into existing simulation codes.") easily be incorporated into existing simulation codes.")
(properties
'((release-monitoring-url
. "https://computing.llnl.gov/projects/sundials/sundials-software")))
(license license:bsd-3))) (license license:bsd-3)))
(define-public sundials-openmpi (define-public sundials-openmpi