[PATCH] gnu: slurm: Add old 20.02 version back.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210105083221.15591-1-vincent.legoll@gmail.com
* gnu/packages/parallel.scm (slurm-20.02): New variable.
---
gnu/packages/parallel.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)

Toggle diff (28 lines)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 3f03792ffd..ef233c2fdf 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -195,6 +195,21 @@ by managing a queue of pending work.")
;; <https://slurm.schedmd.com/troubleshoot.html#network>. Thus, keep older
;; releases here. See also <https://issues.guix.gnu.org/44387>.
+(define-public slurm-20.02
+ (package
+ (inherit slurm)
+ (version "20.02.6-1")
+ (source (origin
+ (inherit (package-source slurm))
+ (method url-fetch)
+ (uri (string-append
+ "https://download.schedmd.com/slurm/slurm-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "0qj4blfymrd2ry2qmb58l3jbr4jwygc3adcfw7my27rippcijlyc"))))))
+
+
(define-public slurm-19.05
(package
(inherit slurm)
--
2.29.2
Vincent Legoll wrote 4 years ago
version / tag
(address . 45670@debbugs.gnu.org)
CAEwRq=pRastj1d_xA+RNp09T98xHvDM+hUYz8=zHZ0LO_sKG+A@mail.gmail.com
Hello,

I took the full tag with the "-1" suffix, maybe
that is not wanted.

WDYT ?

--
Vincent Legoll
Ludovic Courtès wrote 4 years ago
Re: [bug#45670] [PATCH] gnu: slurm: Add old 20.02 version back.
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45670-done@debbugs.gnu.org)
87r1mxhw6r.fsf@gnu.org
Hi,

Vincent Legoll <vincent.legoll@gmail.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/parallel.scm (slurm-20.02): New variable.

Applied.

Toggle quote (3 lines)
> I took the full tag with the "-1" suffix, maybe
> that is not wanted.

I think it’s fine. As long as it’s compatible with the series we had
before (which I think it is), we’re fine.

Thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45670@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45670
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help