GNU bug report logs -
#73624
[PATCH] gnu: slurm: Update to version 23.11.10.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73624 in the body.
You can then email your comments to 73624 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73624
; Package
guix-patches
.
(Fri, 04 Oct 2024 07:18:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Romain GARBAGE <romain.garbage <at> inria.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 04 Oct 2024 07:18:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/parallel.scm (slurm): Update to version 23.11.10.
(slurm-23.02): New variable.
(slurm-22.05): Inherit from slurm-23.02.
Change-Id: I614f7ad29b3aa7edb2a9792ae45825e311900379
---
gnu/packages/parallel.scm | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index ecaceef81e..fc96136065 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -193,7 +193,7 @@ (define-public xjobs
(define-public slurm
(package
(name "slurm")
- (version "23.02.6")
+ (version "23.11.10")
(source (origin
(method url-fetch)
(uri (string-append
@@ -201,9 +201,7 @@ (define-public slurm
version ".tar.bz2"))
(sha256
(base32
- "08rz3r1rlnb3pmfdnbh542gm44ja0fdy8rkj4vm4lclc48cvqp2a"))
- (patches
- (search-patches "slurm-23-salloc-fallback-shell.patch"))
+ "0gf7x85bzpkrx87mb16wyiyvkjxqq01sbajsjxwrspyi2v675hgr"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -300,12 +298,28 @@ (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-23.02
+ (package
+ (inherit slurm)
+ (version "23.02.6")
+ (source (origin
+ (inherit (package-source slurm))
+ (method url-fetch)
+ (uri (string-append
+ "https://download.schedmd.com/slurm/slurm-"
+ version ".tar.bz2"))
+ (patches
+ (search-patches "slurm-23-salloc-fallback-shell.patch"))
+ (sha256
+ (base32
+ "08rz3r1rlnb3pmfdnbh542gm44ja0fdy8rkj4vm4lclc48cvqp2a"))))))
+
(define-public slurm-22.05
(package
- (inherit slurm)
+ (inherit slurm-23.02)
(version "22.05.1")
(source (origin
- (inherit (package-source slurm))
+ (inherit (package-source slurm-23.02))
(method url-fetch)
(uri (string-append
"https://download.schedmd.com/slurm/slurm-"
base-commit: 71fef00c95b22a1d917abdb28de5aa217b023e31
--
2.46.0
Reply sent
to
Ludovic Courtès <ludovic.courtes <at> inria.fr>
:
You have taken responsibility.
(Fri, 04 Oct 2024 11:53:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Romain GARBAGE <romain.garbage <at> inria.fr>
:
bug acknowledged by developer.
(Fri, 04 Oct 2024 11:53:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73624-done <at> debbugs.gnu.org (full text, mbox):
Romain GARBAGE <romain.garbage <at> inria.fr> skribis:
> * gnu/packages/parallel.scm (slurm): Update to version 23.11.10.
> (slurm-23.02): New variable.
> (slurm-22.05): Inherit from slurm-23.02.
>
> Change-Id: I614f7ad29b3aa7edb2a9792ae45825e311900379
Applied, thanks!
Did not alter fixed versions and reopened.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Oct 2024 15:10:01 GMT)
Full text and
rfc822 format available.
Removed tag(s) patch.
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Fri, 04 Oct 2024 15:10:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73624
; Package
guix-patches
.
(Fri, 04 Oct 2024 15:11:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 73624 <at> debbugs.gnu.org (full text, mbox):
Romain GARBAGE <romain.garbage <at> inria.fr> skribis:
> * gnu/packages/parallel.scm (slurm): Update to version 23.11.10.
> (slurm-23.02): New variable.
> (slurm-22.05): Inherit from slurm-23.02.
>
> Change-Id: I614f7ad29b3aa7edb2a9792ae45825e311900379
Oops, I spoke too fast: this upgrades the default slurm, which has 150
dependents.
We’ll wait for qa.guix feedback and/or build all the dependents locally
before applying.
Thanks,
Ludo’.
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 07 Oct 2024 09:56:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Romain GARBAGE <romain.garbage <at> inria.fr>
:
bug acknowledged by developer.
(Mon, 07 Oct 2024 09:56:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 73624-done <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludovic.courtes <at> inria.fr> writes:
> Romain GARBAGE <romain.garbage <at> inria.fr> skribis:
>
>> * gnu/packages/parallel.scm (slurm): Update to version 23.11.10.
>> (slurm-23.02): New variable.
>> (slurm-22.05): Inherit from slurm-23.02.
>>
>> Change-Id: I614f7ad29b3aa7edb2a9792ae45825e311900379
>
> Oops, I spoke too fast: this upgrades the default slurm, which has 150
> dependents.
>
> We’ll wait for qa.guix feedback and/or build all the dependents locally
> before applying.
Applied for good this time, having received a green light on
<https://qa.guix.gnu.org/issue/73624>.
Thanks!
Ludo'.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73624
; Package
guix-patches
.
(Mon, 07 Oct 2024 10:01:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 73624-done <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludovic.courtes <at> inria.fr> skribis:
> Romain GARBAGE <romain.garbage <at> inria.fr> skribis:
>
>> * gnu/packages/parallel.scm (slurm): Update to version 23.11.10.
>> (slurm-23.02): New variable.
>> (slurm-22.05): Inherit from slurm-23.02.
>>
>> Change-Id: I614f7ad29b3aa7edb2a9792ae45825e311900379
>
> Oops, I spoke too fast: this upgrades the default slurm, which has 150
> dependents.
>
> We’ll wait for qa.guix feedback and/or build all the dependents locally
> before applying.
Applied for good now, having received a green light on
<https://qa.guix.gnu.org/issue/73624>.
Thanks,
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 04 Nov 2024 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.