mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: openmpi: Add 'release-monitoring-url' property.
* gnu/packages/mpi.scm (openmpi)[properties]: New field.
This commit is contained in:
parent
a0f83602f8
commit
14aa86e50c
1 changed files with 6 additions and 0 deletions
|
@ -203,6 +203,12 @@ (define-public openmpi
|
|||
(sha256
|
||||
(base32 "02f0r9d3xgs08svkmj8v7lzviyxqnkk4yd3z0wql550xnriki3y5"))
|
||||
(patches (search-patches "openmpi-mtl-priorities.patch"))))
|
||||
|
||||
(properties
|
||||
;; Tell the 'generic-html' updater to monitor this URL for updates.
|
||||
`((release-monitoring-url
|
||||
. "https://www.open-mpi.org/software/ompi/current")))
|
||||
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("hwloc" ,hwloc-2 "lib")
|
||||
|
|
Loading…
Reference in a new issue