[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: libfabric: Update to 1.19.0.
|
From: |
guix-commits |
|
Subject: |
08/14: gnu: libfabric: Update to 1.19.0. |
|
Date: |
Wed, 15 Nov 2023 05:38:02 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 8c1c045a87b7aafae28573354181426f460cdeb4
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)
- 02/14: gnu: opensm: Use gexps., (continued)
- 02/14: gnu: opensm: Use gexps., guix-commits, 2023/11/15
- 01/14: gnu: opensm: Use the right version string for the doc directory., guix-commits, 2023/11/15
- 03/14: gnu: slurm: Add 23.02.6., guix-commits, 2023/11/15
- 05/14: gnu: opensm: Update to 3.3.24., guix-commits, 2023/11/15
- 06/14: gnu: ucx: Update to 1.15.0., guix-commits, 2023/11/15
- 10/14: gnu: openmpi: Update to 4.1.6., guix-commits, 2023/11/15
- 11/14: gnu: intel-mpi-benchmarks: Update to 2021.3., guix-commits, 2023/11/15
- 09/14: gnu: psm2: Update to 12.0., guix-commits, 2023/11/15
- 12/14: gnu: launchmon: Fix compilation with GCC 11., guix-commits, 2023/11/15
- 04/14: gnu: hwloc: Update to 2.9.3., guix-commits, 2023/11/15
- 08/14: gnu: libfabric: Update to 1.19.0.,
guix-commits <=
- 13/14: gnu: spindle: Fix compilation with GCC 11., guix-commits, 2023/11/15
- 14/14: gnu: spindle: Update to 0.13; remove input labels., guix-commits, 2023/11/15
- 07/14: gnu: rdma-core: Update to 48.0., guix-commits, 2023/11/15