mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: metis: Add 'release-monitoring-url' property.
* gnu/packages/maths.scm (metis)[properties]: New field.
This commit is contained in:
parent
1575da6062
commit
de2e36411f
1 changed files with 4 additions and 1 deletions
|
@ -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 @@ (define-public metis
|
|||
(sha256
|
||||
(base32
|
||||
"1cjxgh41r8k6j029yxs8msp3z6lcnpm16g5pvckk35kc7zhfpykn"))))
|
||||
(properties
|
||||
`((release-monitoring-url
|
||||
. "http://glaros.dtc.umn.edu/gkhome/metis/metis/download")))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("blas" ,openblas)))
|
||||
|
|
Loading…
Reference in a new issue