me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/maths.scm (sundials)[properties]: New field.
master
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
1 changed files with 3 additions and 0 deletions

View File

@ -6204,6 +6204,9 @@ and comparisons are supported.")
(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