emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45670: closed ([PATCH] gnu: slurm: Add old 20.02 version back.)


From: GNU bug Tracking System
Subject: bug#45670: closed ([PATCH] gnu: slurm: Add old 20.02 version back.)
Date: Thu, 07 Jan 2021 10:36:02 +0000

Your message dated Thu, 07 Jan 2021 11:34:52 +0100
with message-id <87r1mxhw6r.fsf@gnu.org>
and subject line Re: [bug#45670] [PATCH] gnu: slurm: Add old 20.02 version back.
has caused the debbugs.gnu.org bug report #45670,
regarding [PATCH] gnu: slurm: Add old 20.02 version back.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45670: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45670
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45670] [PATCH] gnu: slurm: Add old 20.02 version back. Date: Thu, 07 Jan 2021 11:34:52 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

Vincent Legoll <vincent.legoll@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]