[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: openmpi: Update to 4.1.1.
From: |
guix-commits |
Subject: |
07/09: gnu: openmpi: Update to 4.1.1. |
Date: |
Sat, 1 May 2021 21:16:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f1ecda50de43be7bde6e4083ccd57d9265e54c86
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 2 00:40:48 2021 +0200
gnu: openmpi: Update to 4.1.1.
* gnu/packages/mpi.scm (openmpi): Update to 4.1.1.
---
gnu/packages/mpi.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index c958ef3..4fe1a3a 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2017 Dave Love <fx@gnu.org>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Paul Garlick <pgarlick@tourbillion-technology.com>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;;
@@ -193,7 +193,7 @@ bind processes, and much more.")
(define-public openmpi
(package
(name "openmpi")
- (version "4.1.0")
+ (version "4.1.1")
(source
(origin
(method url-fetch)
@@ -201,7 +201,7 @@ bind processes, and much more.")
(version-major+minor version)
"/downloads/openmpi-" version ".tar.bz2"))
(sha256
- (base32 "1dfmkyilgml9w9s5p0jmfj3xcdwdccwqbjw5iim9p0chf2vnz1kk"))
+ (base32 "1nkwq123vvmggcay48snm9qqmrh0bdzpln0l1jnp26niidvplkz2"))
(patches (search-patches "openmpi-mtl-priorities.patch"))))
(properties
- branch master updated (eb30578 -> 1b792e8), guix-commits, 2021/05/01
- 01/09: gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls., guix-commits, 2021/05/01
- 02/09: gnu: pidgin: Update to 2.14.4., guix-commits, 2021/05/01
- 04/09: gnu: gajim: Update to 1.3.2., guix-commits, 2021/05/01
- 05/09: gnu: libxdg-basedir: Update to 1.2.3., guix-commits, 2021/05/01
- 03/09: gnu: dante: Update to 1.4.3., guix-commits, 2021/05/01
- 06/09: gnu: libxdg-basedir: Omit static library., guix-commits, 2021/05/01
- 09/09: gnu: libostree: Update to 2021.2., guix-commits, 2021/05/01
- 07/09: gnu: openmpi: Update to 4.1.1.,
guix-commits <=
- 08/09: gnu: nim: Update to 1.4.6., guix-commits, 2021/05/01