unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 41523@debbugs.gnu.org
Subject: [bug#41523] [PATCH] gnu: slurm-drmaa: Update to 1.1.1.
Date: Mon, 25 May 2020 12:44:03 +0200	[thread overview]
Message-ID: <b6b6b5eb25dda0abb7908bbc5d0fb9d6050a0afa.camel@gnu.org> (raw)

[-- 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


             reply	other threads:[~2020-05-25 10:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25 10:44 Roel Janssen [this message]
2020-05-29 16:00 ` [bug#41523] [PATCH] gnu: slurm-drmaa: Update to 1.1.1 Ludovic Courtès
2020-06-02  7:50   ` bug#41523: " Roel Janssen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b6b6b5eb25dda0abb7908bbc5d0fb9d6050a0afa.camel@gnu.org \
    --to=roel@gnu.org \
    --cc=41523@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).