diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-03-29 17:31:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-03-29 23:33:40 +0200 |
commit | de2e36411feb2f29edfed563b3ad143f8a9ea3d7 (patch) | |
tree | 0c2d2075001d317a08dcd3dfd06adf0ced5477d0 /gnu | |
parent | 1575da60628cf2594cd7b1ab0812ec4c50ac5092 (diff) | |
download | guix-de2e36411feb2f29edfed563b3ad143f8a9ea3d7.tar.gz |
gnu: metis: Add 'release-monitoring-url' property.
* gnu/packages/maths.scm (metis)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 565f109f47..2e072e7d82 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))) |