GNU bug report logs -
#45367
[PATCH] gnu: intel-mpi-benchmarks: Update to 2019.6.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 22 Dec 2020 11:30:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45367 in the body.
You can then email your comments to 45367 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#45367
; Package
guix-patches
.
(Tue, 22 Dec 2020 11:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 22 Dec 2020 11:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <at> 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 <at> gnu.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;; Copyright © 2020 malte Frank Gerdes <malte.f.gerdes <at> gmail.com>
+;;; Copyright © 2020 Greg Hogan <code <at> 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
[Message part 2 (text/html, inline)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 22 Dec 2020 14:13:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>
:
bug acknowledged by developer.
(Tue, 22 Dec 2020 14:13:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 45367-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Greg Hogan <code <at> greghogan.com> skribis:
>>From da0d408ecd1f57283990bb8747dffa4447f4c8f2 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> 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.
Applied after tweaking the indentation of the long line. Thanks!
(The patch had been mangled on its way but I was able to “repair” it.)
Thanks,
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 20 Jan 2021 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.