mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ YACC = bison -pscotchyy -y -b y
|
|||
(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