diff --git a/Formula/a/adios2.rb b/Formula/a/adios2.rb index 1666e6a1ab55..355e2a267eee 100644 --- a/Formula/a/adios2.rb +++ b/Formula/a/adios2.rb @@ -4,7 +4,7 @@ class Adios2 < Formula url "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.1.tar.gz" sha256 "ce776f3a451994f4979c6bd6d946917a749290a37b7433c0254759b02695ad85" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/ornladios/ADIOS2.git", branch: "master" livecheck do @@ -13,14 +13,12 @@ class Adios2 < Formula end bottle do - sha256 arm64_sequoia: "4313cd9f05eb9c542c79ddd813453e8eaf33803e8742402382aea0aa52305720" - sha256 arm64_sonoma: "c6173e887d128c8868a087e0cb87c024d6a4eca32509f5de491875d637e18632" - sha256 arm64_ventura: "4063bcd651c2f7e2a7b387a8fbba8962835575e9d087f908a23f62e66a4e463d" - sha256 arm64_monterey: "cc1db18103afaa9280c284a63976630445f3b2f1bc7eb0ff2d21300aa817a8d7" - sha256 sonoma: "097a2eebee3f943828cd737fe4973b7029fc6dffa6f7ff0d54143b91944b52c8" - sha256 ventura: "5cdf5e17e24daa2bfa0d641c3d28737ac616237d4637ccc851963a6552d800ea" - sha256 monterey: "cec63f45515bf942144e7d15be9c87606949b42f85dfc9424b1f1be97dda582e" - sha256 x86_64_linux: "d9f8c709fc2a57f9bd8970160862a10b2070fe87cb30705e0758ca1317b17cc4" + sha256 arm64_sequoia: "45eea725a5eeb5f9d065c31dbffea0821061147d36c546b02d20e68bb06fc699" + sha256 arm64_sonoma: "1b79ef697ee8019e54647b75ca7affa975964690c18fe4541c9cc6aa2869583e" + sha256 arm64_ventura: "117b6e49f7c01a30d1803a20fc83eacaccf87062b29fe27d4696296939e304f3" + sha256 sonoma: "441101e346a040cebd96933dcc8f5ab6a132c593ef214f53e5299c7230d66ef9" + sha256 ventura: "380c9e3bf734c0a84ea23fa5ead042611038690ec0d51909611f7045288e17e7" + sha256 x86_64_linux: "725afb074ae040294d78d5d18a61cfe82fcb041b2206d1e119f446fc70c4a194" end depends_on "cmake" => :build @@ -35,7 +33,7 @@ class Adios2 < Formula depends_on "open-mpi" depends_on "pugixml" depends_on "pybind11" - depends_on "python@3.12" + depends_on "python@3.13" depends_on "sqlite" depends_on "yaml-cpp" depends_on "zeromq" @@ -53,7 +51,7 @@ class Adios2 < Formula fails_with :clang if DevelopmentTools.clang_build_version == 1400 def python3 - "python3.12" + "python3.13" end def install diff --git a/Formula/m/mpi4py.rb b/Formula/m/mpi4py.rb index 80e2351e856d..fdcd6e5bddf1 100644 --- a/Formula/m/mpi4py.rb +++ b/Formula/m/mpi4py.rb @@ -4,23 +4,22 @@ class Mpi4py < Formula url "https://github.com/mpi4py/mpi4py/releases/download/4.0.0/mpi4py-4.0.0.tar.gz" sha256 "820d31ae184d69c17d9b5d55b1d524d56be47d2e6cb318ea4f3e7007feff2ccc" license "BSD-3-Clause" + revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "b51ba8421ae0f43cf3954780e7e16c58be0b167e2a2e07d6ef6e6d8bb636bb87" - sha256 cellar: :any, arm64_sonoma: "af0b502535e60fc352f583f6dc3e6f22656d51b2b8a6879e286d5746eadbaeaf" - sha256 cellar: :any, arm64_ventura: "3f8f8cd4ab3bf101d205bd7750a0ba506b44f19e4d4a0a77165e9cf3ad485cca" - sha256 cellar: :any, arm64_monterey: "e5db582124c03962a6b713df7f224d0c39860e61d60ee8d7bbe3b09fd7a58648" - sha256 cellar: :any, sonoma: "623f199ac2973c68186eccba9126fc3c9845bd2ca5f28eeba2da167df66d745e" - sha256 cellar: :any, ventura: "b4f16e256a6eae84ce6ba36302267080010e9d03ea6bc84098ac19652a0388f9" - sha256 cellar: :any, monterey: "406ac34f87b65a4227b974a1b5f39d20f499a5783900618d6253c206cb051658" - sha256 x86_64_linux: "75879be194af8dc54e5a70960f0fef8e289e10482f85f377e4e298eacd7f6c51" + sha256 cellar: :any, arm64_sequoia: "9a95ba33840080c35ea9db9966dc12fb7a568c7ce16314b668c12fc68adca7d5" + sha256 cellar: :any, arm64_sonoma: "64b593673a2cb086eb1ddca34612551a718e2378b3089ee92e1d8f0445d8f16d" + sha256 cellar: :any, arm64_ventura: "99c17af7c851561b4ddd126786b78ef408951f66543248294364f04adbd71de8" + sha256 cellar: :any, sonoma: "0ae9bf46e9e2b972d2b3525ae6266b835cb45e1c0da56db341ee90e154b3e8ab" + sha256 cellar: :any, ventura: "5048281eb20ebc2ef3ae0599cb8a7a654023ace09714cbadba0d2def87119142" + sha256 x86_64_linux: "05e76123237f12f59d14c3dfe9a0bb3a2e62a4fa3f05546852da24da6802278c" end depends_on "open-mpi" - depends_on "python@3.12" + depends_on "python@3.13" def python3 - "python3.12" + "python3.13" end def install