guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add slurm-18.08.


From: guix-commits
Subject: branch master updated: gnu: Add slurm-18.08.
Date: Tue, 01 Dec 2020 14:19:27 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 410d555  gnu: Add slurm-18.08.
410d555 is described below

commit 410d5550b0f7e42686fd13fe2f11bde4afcfac0c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 1 21:12:17 2020 +0200

    gnu: Add slurm-18.08.
    
    * gnu/packages/parallel.scm (slurm-18.08): 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 be88829..c346ad2 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -209,6 +209,21 @@ by managing a queue of pending work.")
                (base32
                 "0qj4blfymrd2ry2qmb58l3jbr4jwygc3adcfw7my27rippcijlyc"))))))
 
+;; Same as Debian 10
+(define-public slurm-18.08
+  (package
+    (inherit slurm)
+    (version "18.08.5-2")
+    (source
+      (origin
+        (inherit (package-source slurm))
+        (uri (string-append
+               "https://download.schedmd.com/slurm/slurm-";
+               version ".tar.bz2"))
+        (sha256
+         (base32
+          "0xrj12nmkhvhzi7cyh4yvdm8qa51ji3j82mgpq7sx87g30f9spn4"))))))
+
 (define-public slurm-drmaa
   (package
     (name "slurm-drmaa")



reply via email to

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