unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 45367@debbugs.gnu.org
Subject: [bug#45367] [PATCH] gnu: intel-mpi-benchmarks: Update to 2019.6.
Date: Tue, 22 Dec 2020 06:29:37 -0500	[thread overview]
Message-ID: <CA+3U0Zn-mYcx+L-dHSSkd4CuqC3Xeq486wnyXkF0m4+h7=PQBQ@mail.gmail.com> (raw)

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

I submitted an upstream pull request for the patched execute permissions
issue.

From da0d408ecd1f57283990bb8747dffa4447f4c8f2 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Sun, 20 Dec 2020 13:19:04 +0000
Subject: [PATCH] gnu: intel-mpi-benchmarks: Update to 2019.6.

* gnu/packages/benchmarks.scm (intel-mpi-benchmarks): Update to 2019.6.
[origin]: Add fix for file permissions.
---
 gnu/packages/benchmark.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 61aa42c420..78a1e8bceb 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020 malte Frank Gerdes <malte.f.gerdes@gmail.com>
+;;; Copyright © 2020 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -128,7 +129,7 @@ is to write a job file matching the I/O load one wants
to simulate.")
                          (if (string=? (package-name mpi) "openmpi")
                              ""
                              (string-append "-" (package-name mpi)))))
-    (version "2019.3")
+    (version "2019.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -137,7 +138,15 @@ is to write a job file matching the I/O load one wants
to simulate.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0si5xi6ilhd3w0gbsg124589pvp094hvf366rvjjb9pi7pdk5p4i"))))
+                "02hxbk9g9nl59bk5qcfl3djj7b58vsqys340m1xdbyqwcrbnahh9"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin
+                  ;; Some source configuration files in the original
tarball
+                  ;; have inappropriate execute permissions, which
interferes
+                  ;; with the install phase below
+                  (for-each (lambda (file) (chmod file #o444)) (find-files
"WINDOWS" "."))
+                  #t))))
     (build-system gnu-build-system)
     (inputs
      `(("mpi" ,mpi)))
-- 
2.29.2

[-- Attachment #2: Type: text/html, Size: 3364 bytes --]

             reply	other threads:[~2020-12-22 11:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-22 11:29 Greg Hogan [this message]
2020-12-22 14:11 ` bug#45367: [PATCH] gnu: intel-mpi-benchmarks: Update to 2019.6 Ludovic Courtès

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='CA+3U0Zn-mYcx+L-dHSSkd4CuqC3Xeq486wnyXkF0m4+h7=PQBQ@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=45367@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).