Skip to content

Commit 167829d

Browse files
authored
Merge pull request #725 from KCSesh/rdma-core-bump
rdma-core: bump version to 60.0 and enable pci in hwloc
2 parents 9f5acba + 9c437e5 commit 167829d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

packages/hwloc/hwloc.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Requires: %{_cross_os}systemd-devel
3636
--disable-gl \
3737
--disable-libxml2 \
3838
--disable-opencl \
39-
--disable-pci \
4039
--disable-plugins \
4140
--exec-prefix=%{_cross_prefix} \
4241
--program-prefix=""

packages/rdma-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/linux-rdma/rdma-core/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/linux-rdma/rdma-core/releases/download/v57.0/rdma-core-57.0.tar.gz"
16-
sha512 = "4a904d34af6863655545fe720cc25a8800684f63c51cebb67be2058363949217903957dc925c69d41294362ccff75fb0d37f3bc31cd6f6f252a804d6713f62cf"
15+
url = "https://github.com/linux-rdma/rdma-core/releases/download/v60.0/rdma-core-60.0.tar.gz"
16+
sha512 = "e1e4d95b42b2374145b5f1e06ff82da39e4f9d4ec7bada3d4e931efad30281d7ceed80f1150b5de506a6d756b6f360ac5eff3ec6bbb79684a17008b551308d50"
1717

1818
[build-dependencies]
1919
glibc = { path = "../glibc" }

packages/rdma-core/rdma-core.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
%global abiver 57
1+
%global abiver 59
22

33
Name: %{_cross_os}rdma-core
4-
Version: 57.0
4+
Version: 60.0
55
Release: 1%{?dist}
66
Summary: RDMA core userspace infrastructure, including core libraries and util programs.
77
License: Linux-OpenIB AND MIT

0 commit comments

Comments
 (0)