guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: scotch: Add 'release-monitoring-url' property.


From: guix-commits
Subject: 01/06: gnu: scotch: Add 'release-monitoring-url' property.
Date: Mon, 28 Jun 2021 18:04:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a09d69f68f4aaa602279c3818110fc71348b3e21
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 28 14:12:21 2021 +0200

    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(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 54f2e15..42e85fe 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]