[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47126] [PATCH 7/7] gnu: hwloc: Add 'release-monitoring-url' propert
From: |
Ludovic Courtès |
Subject: |
[bug#47126] [PATCH 7/7] gnu: hwloc: Add 'release-monitoring-url' property. |
Date: |
Sat, 13 Mar 2021 22:46:20 +0100 |
* gnu/packages/mpi.scm (hwloc-1)[properties]: New field.
---
gnu/packages/mpi.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 53ee6ef1cd..a8ebd8aeb8 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -66,6 +66,12 @@
(sha256
(base32
"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)
(outputs '("out" ;'lstopo' & co., depends on Cairo, libx11, etc.
"lib" ;small closure
--
2.30.1
- [bug#47126] [PATCH 0/7] Add 'generic-html' updater, Ludovic Courtès, 2021/03/13
- [bug#47126] [PATCH 1/7] gnu-maintenance: Use (htmlprag) for 'latest-html-release'., Ludovic Courtès, 2021/03/13
- [bug#47126] [PATCH 2/7] gnu-maintenance: 'latest-html-release' considers non-relative URLs., Ludovic Courtès, 2021/03/13
- [bug#47126] [PATCH 3/7] gnu-maintenance: 'release-file?' rejects checksum files., Ludovic Courtès, 2021/03/13
- [bug#47126] [PATCH 4/7] gnu-maintenance: 'latest-html-release' can determine signature file name., Ludovic Courtès, 2021/03/13
- [bug#47126] [PATCH 5/7] gnu-maintenance: 'latest-html-release' better computes version number., Ludovic Courtès, 2021/03/13
- [bug#47126] [PATCH 6/7] gnu-maintenance: Add 'generic-html' updater., Ludovic Courtès, 2021/03/13
- [bug#47126] [PATCH 7/7] gnu: hwloc: Add 'release-monitoring-url' property.,
Ludovic Courtès <=
- [bug#47126] [PATCH 0/7] Add 'generic-html' updater, Léo Le Bouter, 2021/03/17