diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 00:40:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 03:00:04 +0200 |
commit | f1ecda50de43be7bde6e4083ccd57d9265e54c86 (patch) | |
tree | 4fe23621a4386defa8210dbafbfdb18c1ddd8384 /gnu | |
parent | 42658a67b7b94c2da4f136e4347463b64f352775 (diff) | |
download | guix-f1ecda50de43be7bde6e4083ccd57d9265e54c86.tar.gz guix-f1ecda50de43be7bde6e4083ccd57d9265e54c86.zip |
gnu: openmpi: Update to 4.1.1.
* gnu/packages/mpi.scm (openmpi): Update to 4.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mpi.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index c958ef3398..4fe1a3a1cb 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 |