civodul pushed a commit to branch master
in repository guix.

commit de2e36411feb2f29edfed563b3ad143f8a9ea3d7
Author: Ludovic Courtès <[email protected]>
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 <[email protected]>
 ;;; Copyright © 2016 Roel Janssen <[email protected]>
 ;;; Copyright © 2016, 2018, 2020 Kei Kebreau <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès 
<[email protected]>
 ;;; Copyright © 2016 Leo Famulari <[email protected]>
 ;;; Copyright © 2016, 2017 Thomas Danckaert <[email protected]>
 ;;; Copyright © 2017, 2018, 2019, 2020 Paul Garlick 
<[email protected]>
@@ -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