Skip to content

Commit

Permalink
hwloc 2.11.0
Browse files Browse the repository at this point in the history
autobump: add hwloc

Signed-off-by: Rui Chen <[email protected]>

hwloc: declare indirect deps with linkage

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jun 28, 2024
1 parent 21ebf6c commit ae4ac54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ huggingface-cli
hugo
hut
hwatch
hwloc
hy
hyperfine
hypre
Expand Down
5 changes: 3 additions & 2 deletions Formula/h/hwloc.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Hwloc < Formula
desc "Portable abstraction of the hierarchical topology of modern architectures"
homepage "https://www.open-mpi.org/projects/hwloc/"
url "https://download.open-mpi.org/release/hwloc/v2.10/hwloc-2.10.0.tar.bz2"
sha256 "0305dd60c9de2fbe6519fe2a4e8fdc6d3db8de574a0ca7812b92e80c05ae1392"
url "https://download.open-mpi.org/release/hwloc/v2.11/hwloc-2.11.0.tar.bz2"
sha256 "03903b87cad5db72bd00f7926d6a53744b10c5c6a238c6b68510e7dc1560e4f9"
license "BSD-3-Clause"

livecheck do
Expand Down Expand Up @@ -30,6 +30,7 @@ class Hwloc < Formula
depends_on "pkg-config" => :build

uses_from_macos "libxml2"
uses_from_macos "ncurses"

def install
system "./autogen.sh" if build.head?
Expand Down

0 comments on commit ae4ac54

Please sign in to comment.