mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: scotch: Add 'release-monitoring-url' property.
* gnu/packages/maths.scm (scotch)[properties]: New field.
This commit is contained in:
parent
55b1466303
commit
a09d69f68f
1 changed files with 2 additions and 0 deletions
|
@ -3251,6 +3251,8 @@ (define-public scotch
|
|||
(find-files "../lib/" ".*metis\\..*"))
|
||||
#t))))))
|
||||
(home-page "https://www.labri.fr/perso/pelegrin/scotch/")
|
||||
(properties
|
||||
`((release-monitoring-url . "https://gforge.inria.fr/frs/?group_id=248")))
|
||||
(synopsis "Programs and libraries for graph algorithms")
|
||||
(description "SCOTCH is a set of programs and libraries which implement
|
||||
the static mapping and sparse matrix reordering algorithms developed within
|
||||
|
|
Loading…
Reference in a new issue