[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: intel-mpi-benchmarks: Update to 2021.7.
From: |
guix-commits |
Subject: |
02/10: gnu: intel-mpi-benchmarks: Update to 2021.7. |
Date: |
Fri, 31 May 2024 07:57:47 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3f800efb0d3ba2c25e6e44a46f4e60c16c1a4611
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Tue May 28 23:25:21 2024 +0200
gnu: intel-mpi-benchmarks: Update to 2021.7.
This fixes compilation with glibc 2.39.
* gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to
2021.7.
Change-Id: I4fc32f4ff78ec104485dd5966cdf2d44942f0349
---
gnu/packages/benchmark.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 2b3ab0c112..24d7c0843d 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -137,7 +137,7 @@ is to write a job file matching the I/O load one wants to
simulate.")
(define-public intel-mpi-benchmarks/openmpi
(package
(name "intel-mpi-benchmarks")
- (version "2021.3")
+ (version "2021.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -146,7 +146,7 @@ is to write a job file matching the I/O load one wants to
simulate.")
(file-name (git-file-name name version))
(sha256
(base32
- "04kczch2hlfzbgk929vcxx480kc6raba8rbz246j7d26k1z1zh8h"))
+ "184r4h35mzxjzzjnl4nhr1vh00iiz8kf9vf4d8lrqbr62rqrwl7w"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (0c87fe868a -> 8944fa5c7a), guix-commits, 2024/05/31
- 03/10: gnu: slurm: Add patch for a useful fallback shell for ‘salloc’., guix-commits, 2024/05/31
- 07/10: gnu: clementine: Build with libgpod., guix-commits, 2024/05/31
- 06/10: gnu: Add libgpod., guix-commits, 2024/05/31
- 08/10: gnu: Add biboumi., guix-commits, 2024/05/31
- 01/10: gnu: Add python-pybadges., guix-commits, 2024/05/31
- 02/10: gnu: intel-mpi-benchmarks: Update to 2021.7.,
guix-commits <=
- 10/10: gnu: avrdude: Update to 7.3., guix-commits, 2024/05/31
- 04/10: gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config., guix-commits, 2024/05/31
- 09/10: gnu: tla2tools: Add UseParallelGC to Java command in wrapper scripts., guix-commits, 2024/05/31
- 05/10: gnu: Add r7rs-small-texinfo., guix-commits, 2024/05/31