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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45670 in the body.
You can then email your comments to 45670 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45670; Package guix-patches. (Tue, 05 Jan 2021 08:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vincent Legoll <vincent.legoll <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 05 Jan 2021 08:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#45670; Package guix-patches. (Tue, 05 Jan 2021 08:42:01 GMT) Full text and rfc822 format available.

Message #8 received at 45670 <at> debbugs.gnu.org (full text, mbox):

From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: 45670 <at> debbugs.gnu.org
Subject: version / tag
Date: Tue, 5 Jan 2021 09:41:35 +0100
Hello,

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

WDYT ?

-- 
Vincent Legoll




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 07 Jan 2021 10:36:02 GMT) Full text and rfc822 format available.

Notification sent to Vincent Legoll <vincent.legoll <at> gmail.com>:
bug acknowledged by developer. (Thu, 07 Jan 2021 10:36:03 GMT) Full text and rfc822 format available.

Message #13 received at 45670-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 04 Feb 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 73 days ago.

Previous Next


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