guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: slurm: Add old 20.02 version back.


From: guix-commits
Subject: 03/04: gnu: slurm: Add old 20.02 version back.
Date: Thu, 7 Jan 2021 06:09:51 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c356c751e2e21d7cbe88eb0563961f0c00a364fb
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Jan 5 09:32:21 2021 +0100

    gnu: slurm: Add old 20.02 version back.
    
    * gnu/packages/parallel.scm (slurm-20.02): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/parallel.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 4bece3b..fde19ce 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)



reply via email to

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