From e4530d2f74c34406899cd8bce5205e0435a489df Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 28 Jun 2024 08:11:36 -0400 Subject: [PATCH 1/4] hwloc 2.11.0 autobump: add hwloc Signed-off-by: Rui Chen hwloc: declare indirect deps with linkage Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/h/hwloc.rb | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 563a7358e3ce5..2a511b5af17aa 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1110,6 +1110,7 @@ huggingface-cli hugo hut hwatch +hwloc hy hyperfine hypre diff --git a/Formula/h/hwloc.rb b/Formula/h/hwloc.rb index c56b20bb70dd2..4559857cc7fed 100644 --- a/Formula/h/hwloc.rb +++ b/Formula/h/hwloc.rb @@ -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 @@ -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? From 7f7a4a57d64b416bb35db23b58ded9b44f2b43f8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 29 Jun 2024 08:47:15 -0400 Subject: [PATCH 2/4] chapel: revision bump (hwloc 2.11.0) Signed-off-by: Rui Chen --- Formula/c/chapel.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/chapel.rb b/Formula/c/chapel.rb index 0a2225280a8e7..6d739427a4fbd 100644 --- a/Formula/c/chapel.rb +++ b/Formula/c/chapel.rb @@ -4,6 +4,7 @@ class Chapel < Formula url "https://github.com/chapel-lang/chapel/releases/download/2.1.0/chapel-2.1.0.tar.gz" sha256 "72593c037505dd76e8b5989358b7580a3fdb213051a406adb26a487d26c68c60" license "Apache-2.0" + revision 1 head "https://github.com/chapel-lang/chapel.git", branch: "main" bottle do From fd3da5b83f067b0bb303b367f533c572edcc1cc0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jul 2024 19:48:09 +0000 Subject: [PATCH 3/4] chapel: update 2.1.0_1 bottle. --- Formula/c/chapel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chapel.rb b/Formula/c/chapel.rb index 6d739427a4fbd..143c64af2fc6b 100644 --- a/Formula/c/chapel.rb +++ b/Formula/c/chapel.rb @@ -8,13 +8,13 @@ class Chapel < Formula head "https://github.com/chapel-lang/chapel.git", branch: "main" bottle do - sha256 arm64_sonoma: "6270062d9c3472bc58f50509aa6277f94bbc74a8f0281ec63086a4d9d4730a1c" - sha256 arm64_ventura: "e18e72fcd4fb23504c73b837b3e8f8024c461823b368b65a6948722113f85b9d" - sha256 arm64_monterey: "190788f344f7a5233f0916ff82e058b138a83bbc12ddcd2aa209b1bb7201d0e2" - sha256 sonoma: "0cfba2be4769bedc8f9860a41fadeb7f96230498c64d4412b59a2aa074d6fa1b" - sha256 ventura: "e23058da8ea803f51ca1279d8b80adf8f32dffa698740678341a95fcdc5fe30e" - sha256 monterey: "f7eddcf9f7a47b6e03c977e799aaf61f5f2bbfef76c8553b1eff4e6853928af9" - sha256 x86_64_linux: "1b16e11553762c1dcc82c59dc56e48f0a5ed6f644f0b3a1fdaab5570d5edffc4" + sha256 arm64_sonoma: "3f9e90c98eb1bb7eac6d8efd9e74d8fae13fe480db295f6ebe525acaf2bdb296" + sha256 arm64_ventura: "fcffb99bb673abb3bf462c89beb33c735fc8ad909ab7d631c0e19a73eae7e7f3" + sha256 arm64_monterey: "34e564f7870b9c8093303286dea05d92ee52e9a46c974c405bdb5dd62ea9b375" + sha256 sonoma: "bd0c31abc87c2cf3cce274baa551189bdfec28c975ea4e511bc9aefb5b7f7669" + sha256 ventura: "ecdb74bf7d09036004561f4259cf67ca9f9c66385f7c654541fd293032182ea2" + sha256 monterey: "631a09bb74e26e6b92a80b8e8050926e9686e1e3000833e534751d98e99ee455" + sha256 x86_64_linux: "0580d2a4392040690610e1dee948c9e470e129eacaf113bcc56955029e43eeb4" end depends_on "cmake" From 8eb206e6dc5d4e74cbd0a10834fadbbe5978b3ba Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jul 2024 19:48:10 +0000 Subject: [PATCH 4/4] hwloc: update 2.11.0 bottle. --- Formula/h/hwloc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hwloc.rb b/Formula/h/hwloc.rb index 4559857cc7fed..aa5fdadef6ed9 100644 --- a/Formula/h/hwloc.rb +++ b/Formula/h/hwloc.rb @@ -11,13 +11,13 @@ class Hwloc < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "19cbbbca07f9a59c9616df503effac71e54c077b534d9326f4df8c9525c1a3c4" - sha256 cellar: :any, arm64_ventura: "fc15adcc45bafd0bbf640875501375c8b64a6b857960c20ac771dfadbd3a0a0f" - sha256 cellar: :any, arm64_monterey: "4e3a3403dcb48a28115689ac204ec581765280b75458a7fe5074d919dc6641d4" - sha256 cellar: :any, sonoma: "0060d6e3988ea5ce00e7f73940b42f107a4800e644db12cdb24cbe2fa5c557c7" - sha256 cellar: :any, ventura: "bd8025b89ae95b6f5af1686e217533e9890ea454415b3e34adccaae34ef5aefb" - sha256 cellar: :any, monterey: "403695717af1e987d7c6e297942657a4adadf69858cc29de9be7081d2e8013c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a8e85eaa4947cdf8fc3ea0d14034ece7ad3ee3dc7ef7d687cad3575014024a5e" + sha256 cellar: :any, arm64_sonoma: "82bd05d6b04a01854c9a3601a21405673951b57485c61ed61f21c851dfbd52bd" + sha256 cellar: :any, arm64_ventura: "b3c48332505261821ba1f2c4b7ad0b0f83a243f68ac973e317315c2fb9bb1441" + sha256 cellar: :any, arm64_monterey: "c209599a54a7a3c56ec72880d71fefed4c28d4bc7b118eb59a0b4311edea5890" + sha256 cellar: :any, sonoma: "7e166a0ef235e401f02fa59e55fa61f31fd6caa206085b8aa6249eb0bf6ac9f6" + sha256 cellar: :any, ventura: "0a676c53ef17512fdebe5d9b23abdaaaae06202b989ea0f45962221e4ad312d6" + sha256 cellar: :any, monterey: "f66cac578955754c0f2ae9048e0029329a1a68daa0825e15923f9392aeae6184" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a9781058a82bec16e2d9138343dbc66a630e1c2937160926fea3b611f7085f7" end head do