mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: sundials: Add 'release-monitoring-url' property.
* gnu/packages/maths.scm (sundials)[properties]: New field.
This commit is contained in:
parent
951a4db989
commit
9155566392
1 changed files with 3 additions and 0 deletions
|
@ -6204,6 +6204,9 @@ (define-public sundials
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue