[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: libfabric: Update to 1.19.0.
From: |
guix-commits |
Subject: |
08/11: gnu: libfabric: Update to 1.19.0. |
Date: |
Tue, 14 Nov 2023 11:58:07 -0500 (EST) |
civodul pushed a commit to branch wip-openmpi-upgrade
in repository guix.
commit cddee9a8c11012427f1236dfa116f3a06b7f9a92
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Mon Oct 16 09:11:09 2023 +0200
gnu: libfabric: Update to 1.19.0.
* gnu/packages/linux.scm (libfabric): Update to 1.19.0.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4ab5c1f205..79e764f726 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8572,7 +8572,7 @@ comparing system environments.")
(define-public libfabric
(package
(name "libfabric")
- (version "1.11.2")
+ (version "1.19.0")
(source
(origin
(method url-fetch)
@@ -8580,7 +8580,7 @@ comparing system environments.")
(string-append "https://github.com/ofiwg/libfabric/releases/download/v"
version "/libfabric-" version ".tar.bz2"))
(sha256
- (base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
+ (base32 "17pg0fb4fa77r1bmp0xk535m8n8fadpfdg93cb280ghhx55pck7i"))))
(build-system gnu-build-system)
(inputs `(("rdma-core" ,rdma-core)
,@(match (%current-system)
- branch wip-openmpi-upgrade created (now 7b542209dd), guix-commits, 2023/11/14
- 05/11: gnu: opensm: Update to 3.3.24., guix-commits, 2023/11/14
- 02/11: gnu: opensm: Use gexps., guix-commits, 2023/11/14
- 06/11: gnu: ucx: Update to 1.15.0., guix-commits, 2023/11/14
- 07/11: gnu: rdma-core: Update to 48.0., guix-commits, 2023/11/14
- 08/11: gnu: libfabric: Update to 1.19.0.,
guix-commits <=
- 09/11: gnu: psm2: Update to 12.0., guix-commits, 2023/11/14
- 11/11: gnu: intel-mpi-benchmarks: Update to 2021.3., guix-commits, 2023/11/14
- 01/11: gnu: opensm: Use the right version string for the doc directory., guix-commits, 2023/11/14
- 04/11: gnu: hwloc: Update to 2.9.3., guix-commits, 2023/11/14
- 03/11: gnu: slurm: Add 23.02.6., guix-commits, 2023/11/14
- 10/11: gnu: openmpi: Update to 4.1.6., guix-commits, 2023/11/14