guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: metis: Add 'release-monitoring-url' property.


From: guix-commits
Subject: 02/03: gnu: metis: Add 'release-monitoring-url' property.
Date: Mon, 29 Mar 2021 17:34:19 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit de2e36411feb2f29edfed563b3ad143f8a9ea3d7
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Mar 29 17:31:32 2021 +0200

    gnu: metis: Add 'release-monitoring-url' property.
    
    * gnu/packages/maths.scm (metis)[properties]: New field.
---
 gnu/packages/maths.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 565f109..2e072e7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2015 Fabian Harfert <fhmgufs@web.de>
 ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2016, 2018, 2020 Kei Kebreau <kkebreau@posteo.net>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès 
<ludo@gnu.org>
 ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2017, 2018, 2019, 2020 Paul Garlick 
<pgarlick@tourbillion-technology.com>
@@ -3305,6 +3305,9 @@ YACC = bison -pscotchyy -y -b y
        (sha256
         (base32
          "1cjxgh41r8k6j029yxs8msp3z6lcnpm16g5pvckk35kc7zhfpykn"))))
+    (properties
+     `((release-monitoring-url
+        . "http://glaros.dtc.umn.edu/gkhome/metis/metis/download";)))
     (build-system cmake-build-system)
     (inputs
      `(("blas" ,openblas)))



reply via email to

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