gnu: hwloc: Add 'release-monitoring-url' property.
* gnu/packages/mpi.scm (hwloc-1)[properties]: New field.master
parent
af9af2180e
commit
fe96f64110
|
@ -66,6 +66,12 @@
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0za1b9lvrm3rhn0lrxja5f64r0aq1qs4m0pxn1ji2mbi8ndppyyx"))))
|
"0za1b9lvrm3rhn0lrxja5f64r0aq1qs4m0pxn1ji2mbi8ndppyyx"))))
|
||||||
|
|
||||||
|
(properties
|
||||||
|
;; Tell the 'generic-html' updater to monitor this URL for updates.
|
||||||
|
`((release-monitoring-url
|
||||||
|
. "https://www-lb.open-mpi.org/software/hwloc/current")))
|
||||||
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ;'lstopo' & co., depends on Cairo, libx11, etc.
|
(outputs '("out" ;'lstopo' & co., depends on Cairo, libx11, etc.
|
||||||
"lib" ;small closure
|
"lib" ;small closure
|
||||||
|
|
Reference in New Issue