From a09d69f68f4aaa602279c3818110fc71348b3e21 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 28 Jun 2021 14:12:21 +0200 Subject: gnu: scotch: Add 'release-monitoring-url' property. * gnu/packages/maths.scm (scotch)[properties]: New field. --- gnu/packages/maths.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/maths.scm') 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 -- cgit v1.2.3