GNU bug report logs - #45670
[PATCH] gnu: slurm: Add old 20.02 version back.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Tue, 5 Jan 2021 08:33:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#45670: closed (Re: [bug#45670] [PATCH] gnu: slurm: Add old
 20.02 version back.)
Date: Thu, 07 Jan 2021 10:36:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45670 <at> debbugs.gnu.org.

-- 
45670: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45670
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45670-done <at> debbugs.gnu.org
Subject: Re: [bug#45670] [PATCH] gnu: slurm: Add old 20.02 version back.
Date: Thu, 07 Jan 2021 11:34:52 +0100
Hi,

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

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

Applied.

> 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’.

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: slurm: Add old 20.02 version back.
Date: Tue,  5 Jan 2021 09:32:21 +0100
* gnu/packages/parallel.scm (slurm-20.02): New variable.
---
 gnu/packages/parallel.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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




This bug report was last modified 4 years and 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.