[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66573] [PATCH v2.1 03/11] gnu: slurm: Add 23.02.6.
From: |
Ludovic Courtès |
Subject: |
[bug#66573] [PATCH v2.1 03/11] gnu: slurm: Add 23.02.6. |
Date: |
Tue, 24 Oct 2023 11:57:58 +0200 |
From: Ludovic Courtès <ludovic.courtes@inria.fr>
* gnu/packages/parallel.scm (slurm): Update to 23.02.6.
(slurm-22.05): New variable.
---
gnu/packages/parallel.scm | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index df7b498d1f..b014a404a6 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
-;;; Copyright © 2019-2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2019-2023 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
;;;
@@ -185,7 +185,7 @@ (define-public xjobs
(define-public slurm
(package
(name "slurm")
- (version "22.05.1")
+ (version "23.02.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -193,7 +193,7 @@ (define-public slurm
version ".tar.bz2"))
(sha256
(base32
- "0f3hhlki8g7slllsnyj1qikbsvr62i0hig85lcdcfnmsagzlhbyi"))
+ "08rz3r1rlnb3pmfdnbh542gm44ja0fdy8rkj4vm4lclc48cvqp2a"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -281,6 +281,20 @@ (define-public slurm
;; As noted in the link, YY.MM is the release scheme, and the 'maintenance'
;; digit does not introduce incompatibilities.
+(define-public slurm-22.05
+ (package
+ (inherit slurm)
+ (version "22.05.1")
+ (source (origin
+ (inherit (package-source slurm))
+ (method url-fetch)
+ (uri (string-append
+ "https://download.schedmd.com/slurm/slurm-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "0f3hhlki8g7slllsnyj1qikbsvr62i0hig85lcdcfnmsagzlhbyi"))))))
+
(define-public slurm-21.08
(package
(inherit slurm)
--
2.41.0
- [bug#66573] [PATCH v2 10/11] gnu: openmpi: Update to 4.1.6., (continued)
- [bug#66573] [PATCH v2 10/11] gnu: openmpi: Update to 4.1.6., Ludovic Courtès, 2023/10/19
- [bug#66573] [PATCH v2 04/11] gnu: hwloc: Update to 2.9.3., Ludovic Courtès, 2023/10/19
- [bug#66573] [PATCH v2 08/11] gnu: libfabric: Update to 1.19.0., Ludovic Courtès, 2023/10/19
- [bug#66573] [PATCH v2 03/11] gnu: slurm: Add 23.02.6., Ludovic Courtès, 2023/10/19
- [bug#66573] [PATCH v2 05/11] gnu: opensm: Update to 3.3.24., Ludovic Courtès, 2023/10/19
- [bug#66573] [PATCH v2 09/11] gnu: psm2: Update to 12.0., Ludovic Courtès, 2023/10/19
- [bug#66573] [PATCH v2.1 01/11] gnu: opensm: Use the right version string for the doc directory., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 02/11] gnu: opensm: Use gexps., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 04/11] gnu: hwloc: Update to 2.9.3., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 05/11] gnu: opensm: Update to 3.3.24., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 03/11] gnu: slurm: Add 23.02.6.,
Ludovic Courtès <=
- [bug#66573] [PATCH v2.1 06/11] gnu: ucx: Update to 1.15.0., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 07/11] gnu: rdma-core: Update to 48.0., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 08/11] gnu: libfabric: Update to 1.19.0., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 09/11] gnu: psm2: Update to 12.0., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 10/11] gnu: openmpi: Update to 4.1.6., Ludovic Courtès, 2023/10/24
- [bug#66573] [PATCH v2.1 11/11] gnu: intel-mpi-benchmarks: Update to 2021.3., Ludovic Courtès, 2023/10/24