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 @@ YACC = bison -pscotchyy -y -b y
|
||||||
(find-files "../lib/" ".*metis\\..*"))
|
(find-files "../lib/" ".*metis\\..*"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://www.labri.fr/perso/pelegrin/scotch/")
|
(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")
|
(synopsis "Programs and libraries for graph algorithms")
|
||||||
(description "SCOTCH is a set of programs and libraries which implement
|
(description "SCOTCH is a set of programs and libraries which implement
|
||||||
the static mapping and sparse matrix reordering algorithms developed within
|
the static mapping and sparse matrix reordering algorithms developed within
|
||||||
|
|
Reference in a new issue