From 953e87f107a59fc2a7762696b29a6298ea0eaeb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:05:35 +0000 Subject: [PATCH] adios2 2.12.0 adios2: remove build patch Signed-off-by: Rui Chen --- Formula/a/adios2.rb | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Formula/a/adios2.rb b/Formula/a/adios2.rb index c8f584796eb8..825fa5b07fcb 100644 --- a/Formula/a/adios2.rb +++ b/Formula/a/adios2.rb @@ -1,10 +1,9 @@ class Adios2 < Formula desc "Next generation of ADIOS developed in the Exascale Computing Program" homepage "https://adios2.readthedocs.io" - url "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.11.0.tar.gz" - sha256 "0a2bd745e3f39745f07587e4a5f92d72f12fa0e2be305e7957bdceda03735dbf" + url "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.12.0.tar.gz" + sha256 "c59aeb75f3ea9949c4ae2d597115536ee593dedb50592784917ba8d29c8a3b34" license "Apache-2.0" - revision 3 head "https://github.com/ornladios/ADIOS2.git", branch: "master" livecheck do @@ -31,6 +30,7 @@ class Adios2 < Formula depends_on "libpng" depends_on "libsodium" depends_on "mpi4py" + depends_on "nanobind" depends_on "numpy" depends_on "open-mpi" depends_on "openssl@3" @@ -57,12 +57,6 @@ class Adios2 < Formula # Apple clang version 14.0.0 (clang-1400.0.29.202) fails_with :clang if DevelopmentTools.clang_build_version == 1400 - # Upstream PR: https://github.com/ornladios/ADIOS2/pull/4791 - patch do - url "https://github.com/ornladios/ADIOS2/commit/1dcffdf15a90282549ce679e96ac59f35e93acde.patch?full_index=1" - sha256 "1133316f038abed99824d00584b70454122083cf0e2717a1322511b91a14c4dd" - end - def python3 "python3.14" end @@ -101,6 +95,7 @@ def install -DADIOS2_BUILD_TESTING=OFF -DADIOS2_BUILD_EXAMPLES=OFF -DADIOS2_USE_EXTERNAL_DEPENDENCIES=ON + -DADIOS2_USE_EXTERNAL_PERFSTUBS=OFF ] system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args