diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 54f2e157fe..42e85fee6e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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 |