Skip to content

Commit bbc976d

Browse files
committed
release: Add hwloc to release dependencies
hwloc is useful for determining what devices can communicate with each other and is especially useful for HPC workloads where high speed connectivity is important. Signed-off-by: Matthew Yeazel <[email protected]>
1 parent d6fcf64 commit bbc976d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/hwloc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ package-name = "hwloc"
1313
releases-url = "https://download.open-mpi.org/release/"
1414

1515
[[package.metadata.build-package.external-files]]
16-
url = "https://download.open-mpi.org/release/hwloc/v2.12/hwloc-2.12.1.tar.bz2"
17-
sha512 = "8da48f29447f9df06b5039b592c2fc790bc19308fc61d1e25e8b44e1acc99cf3cba35da9689a4e339fa35051d3fb4d47c375dd1aad1cd8d3af079846f428f1f3"
16+
url = "https://download.open-mpi.org/release/hwloc/v2.12/hwloc-2.12.2.tar.bz2"
17+
sha512 = "949d6c9d7b858ee58e477b15e6c06f57812872142fa1c7f3ef20aae2e4ef954135f839e8604404bfd0637fde99729c7d00211c8aee860dfde9ac60bba0e78aef"
1818

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

packages/hwloc/hwloc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: %{_cross_os}hwloc
2-
Version: 2.12.1
2+
Version: 2.12.2
33
Release: 1%{?dist}
44
Summary: Portable hardware locality library
55
URL: http://www.open-mpi.org/projects/hwloc/

packages/release/release.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Requires: %{_cross_os}findutils
136136
Requires: %{_cross_os}glibc
137137
Requires: %{_cross_os}grep
138138
Requires: %{_cross_os}grub
139+
Requires: %{_cross_os}hwloc
139140
Requires: %{_cross_os}iproute
140141
Requires: %{_cross_os}iptables
141142
Requires: %{_cross_os}kexec-tools

0 commit comments

Comments
 (0)