diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-06-28 14:12:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-06-29 00:00:13 +0200 |
commit | a09d69f68f4aaa602279c3818110fc71348b3e21 (patch) | |
tree | 0ecb24296349dd5d3b91d654109a23544a478817 /gnu | |
parent | 55b14663032b6d6d6d3d302cd97eda28a729859f (diff) | |
download | guix-a09d69f68f4aaa602279c3818110fc71348b3e21.tar.gz |
gnu: scotch: Add 'release-monitoring-url' property.
* gnu/packages/maths.scm (scotch)[properties]: New field.
Diffstat (limited to 'gnu')
-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 |