unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41523] [PATCH] gnu: slurm-drmaa: Update to 1.1.1.
@ 2020-05-25 10:44 Roel Janssen
  2020-05-29 16:00 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2020-05-25 10:44 UTC (permalink / raw)
  To: 41523

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

Dear Guix,

I'd like to update slurm-drmaa so that it works with the slurm package
in Guix.

According to this fork [1] the primary maintainer has passed away, and
therefore the fork was created.  Therefore I would like to change the
package's source to this fork's code.

Kind regards,
Roel Janssen

[1] https://github.com/natefoo/slurm-drmaa


[-- Attachment #2: 0001-gnu-slurm-drmaa-Update-to-1.1.1.patch --]
[-- Type: text/x-patch, Size: 2073 bytes --]

From b30c57c04c7fd6931b3ff57555573e809ec5fed8 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Mon, 25 May 2020 11:57:51 +0200
Subject: [PATCH] gnu: slurm-drmaa: Update to 1.1.1.

* gnu/packages/parallel.scm (slurm-drmaa): Update to 1.1.1.
---
 gnu/packages/parallel.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 92f7b58128..ed948d1631 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -192,20 +193,22 @@ by managing a queue of pending work.")
 (define-public slurm-drmaa
   (package
     (name "slurm-drmaa")
-    (version "1.0.7")
+    (version "1.1.1")
     (source (origin
               (method url-fetch)
-              (uri "http://apps.man.poznan.pl/trac/slurm-drmaa/downloads/9")
-              (file-name (string-append name "-" version ".tar.gz"))
+              (uri (string-append
+                    "https://github.com/natefoo/slurm-drmaa/releases/download/"
+                    version "/slurm-drmaa-" version ".tar.gz"))
               (sha256
                (base32
-                "0grw55hmny2mc4nc0y1arnvxd2k0dcdfn476kzs180fibjxgfw14"))))
+                "19r4cm88pcpm3wli4cc61zq7354pg67cg866f3a430p15hm1knrn"))))
     (build-system gnu-build-system)
+    (arguments `(#:tests? #f)) ; The tests require "bats".
     (inputs
      `(("slurm" ,slurm)))
     (native-inputs
      `(("which" ,which)))
-    (home-page "http://apps.man.poznan.pl/trac/slurm-drmaa")
+    (home-page "https://github.com/natefoo/slurm-drmaa")
     (synopsis "Distributed resource management application API for SLURM")
     (description
      "PSNC DRMAA for Simple Linux Utility for Resource Management (SLURM) is
-- 
2.26.2


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

* [bug#41523] [PATCH] gnu: slurm-drmaa: Update to 1.1.1.
  2020-05-25 10:44 [bug#41523] [PATCH] gnu: slurm-drmaa: Update to 1.1.1 Roel Janssen
@ 2020-05-29 16:00 ` Ludovic Courtès
  2020-06-02  7:50   ` bug#41523: " Roel Janssen
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2020-05-29 16:00 UTC (permalink / raw)
  To: Roel Janssen; +Cc: 41523

Hi,

Roel Janssen <roel@gnu.org> skribis:

> From b30c57c04c7fd6931b3ff57555573e809ec5fed8 Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Mon, 25 May 2020 11:57:51 +0200
> Subject: [PATCH] gnu: slurm-drmaa: Update to 1.1.1.
>
> * gnu/packages/parallel.scm (slurm-drmaa): Update to 1.1.1.

Go for it!

Ludo’.




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

* bug#41523: [PATCH] gnu: slurm-drmaa: Update to 1.1.1.
  2020-05-29 16:00 ` Ludovic Courtès
@ 2020-06-02  7:50   ` Roel Janssen
  0 siblings, 0 replies; 3+ messages in thread
From: Roel Janssen @ 2020-06-02  7:50 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 41523-done

On Fri, 2020-05-29 at 18:00 +0200, Ludovic Courtès wrote:
> Hi,
> 
> Roel Janssen <roel@gnu.org> skribis:
> 
> > From b30c57c04c7fd6931b3ff57555573e809ec5fed8 Mon Sep 17 00:00:00
> > 2001
> > From: Roel Janssen <roel@gnu.org>
> > Date: Mon, 25 May 2020 11:57:51 +0200
> > Subject: [PATCH] gnu: slurm-drmaa: Update to 1.1.1.
> > 
> > * gnu/packages/parallel.scm (slurm-drmaa): Update to 1.1.1.
> 
> Go for it!
> 
> Ludo’.
> 

Thanks! Done in a7dff9553c.

Kind regards,
Roel Janssen






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

end of thread, other threads:[~2020-06-02  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 10:44 [bug#41523] [PATCH] gnu: slurm-drmaa: Update to 1.1.1 Roel Janssen
2020-05-29 16:00 ` Ludovic Courtès
2020-06-02  7:50   ` bug#41523: " Roel Janssen

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