unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45670] [PATCH] gnu: slurm: Add old 20.02 version back.
@ 2021-01-05  8:32 Vincent Legoll
  2021-01-05  8:41 ` [bug#45670] version / tag Vincent Legoll
  2021-01-07 10:34 ` bug#45670: [PATCH] gnu: slurm: Add old 20.02 version back Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Legoll @ 2021-01-05  8:32 UTC (permalink / raw)
  To: 45670; +Cc: Vincent Legoll

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#45670] version / tag
  2021-01-05  8:32 [bug#45670] [PATCH] gnu: slurm: Add old 20.02 version back Vincent Legoll
@ 2021-01-05  8:41 ` Vincent Legoll
  2021-01-07 10:34 ` bug#45670: [PATCH] gnu: slurm: Add old 20.02 version back Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Vincent Legoll @ 2021-01-05  8:41 UTC (permalink / raw)
  To: 45670

Hello,

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

WDYT ?

-- 
Vincent Legoll




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#45670: [PATCH] gnu: slurm: Add old 20.02 version back.
  2021-01-05  8:32 [bug#45670] [PATCH] gnu: slurm: Add old 20.02 version back Vincent Legoll
  2021-01-05  8:41 ` [bug#45670] version / tag Vincent Legoll
@ 2021-01-07 10:34 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2021-01-07 10:34 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45670-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-07 10:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05  8:32 [bug#45670] [PATCH] gnu: slurm: Add old 20.02 version back Vincent Legoll
2021-01-05  8:41 ` [bug#45670] version / tag Vincent Legoll
2021-01-07 10:34 ` bug#45670: [PATCH] gnu: slurm: Add old 20.02 version back Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).