[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: rdma-core: Update to 48.0.
|
From: |
guix-commits |
|
Subject: |
07/14: gnu: rdma-core: Update to 48.0. |
|
Date: |
Wed, 15 Nov 2023 05:38:02 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 3f7eeaa57c22c75d7a2f2751c63dad7fb73f062b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 16 09:10:26 2023 +0200
gnu: rdma-core: Update to 48.0.
* gnu/packages/linux.scm (rdma-core): Update to 48.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 641d1cd113..4ab5c1f205 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6749,7 +6749,7 @@ from the ntfs-3g package. It is meant to be used in
initrds.")
(define-public rdma-core
(package
(name "rdma-core")
- (version "44.0")
+ (version "48.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/linux-rdma/rdma-core"
@@ -6757,7 +6757,7 @@ from the ntfs-3g package. It is meant to be used in
initrds.")
version ".tar.gz"))
(sha256
(base32
- "12w5v74wz1akac09frw7qk1yd06b00239zh7bvbvqyzjc0g61mi5"))))
+ "0h281dw2yph8pzfsr1wblqy6pb8nd9yj1pdf5c62zwc1l9b2fa3q"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;no tests
- 05/14: gnu: opensm: Update to 3.3.24., (continued)
- 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, 2023/11/15
- 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 <=