11class Libomp < Formula
22 desc "LLVM's OpenMP runtime library"
33 homepage "https://openmp.llvm.org/"
4- url "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.1 /openmp-21.1.1 .src.tar.xz"
5- sha256 "eb10379045844c2d2f1b89a15fd1beaf9cd0de524180c6648e9ea17a0661ece2 "
4+ url "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.8 /openmp-21.1.8 .src.tar.xz"
5+ sha256 "856b023748b41ac7b2c83fd8e9f765ff48a4df2fe6777d2811ef7c7ed8f2f977 "
66 license "MIT"
77
88 livecheck do
@@ -11,14 +11,12 @@ class Libomp < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any , arm64_tahoe : "9cb33c9a98f8641ee9a93e73599a76f8818da51a4af97c69a0681d4dd58430d7"
15- sha256 cellar : :any , arm64_sequoia : "5204e2053f959a16ed6edfff053f003087a0b83c987327c3c6232cb1a7798578"
16- sha256 cellar : :any , arm64_sonoma : "afb6e5bc3a861eaeef2b99efbff1826445d2632c8057146ecb338e79bdf8d533"
17- sha256 cellar : :any , arm64_ventura : "9beb2682487c5d6a7539ea3c9edabb37a06e41f145615bb7ce16bf4316ce11c9"
18- sha256 cellar : :any , sonoma : "d5f577174311174ad4f980fb7a7e721f029f9c7bec0adc5d917298e9c3eedfbd"
19- sha256 cellar : :any , ventura : "c0c00008299a9156df71d4421ae52354944cf686ad2711aeeb8e45ad4f91c444"
20- sha256 cellar : :any_skip_relocation , arm64_linux : "597261ad147b32f06ed8b25e22447c6a47514b04dc8f794405e6c03e344bbeb3"
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "02160edec57a67db8722e046033aee4f12311dd065dd7452c09da87b5a98b00f"
14+ sha256 cellar : :any , arm64_tahoe : "f17743694c23ce1399072245d095a684949c2e7b2dc79987ecc73146e04b5ad2"
15+ sha256 cellar : :any , arm64_sequoia : "dec193f677987567ad53b3e8578dd4b0aeba7c94aa3216d171429fe918f9e0ea"
16+ sha256 cellar : :any , arm64_sonoma : "9e6d77824cdc54f8d85b19004f648d66da605f27646d2103427687ce3cd5d8ec"
17+ sha256 cellar : :any , sonoma : "7e74c248fcec32091fab20bbfd9d1ea59a8d00c25572bdaedc79831205f600a8"
18+ sha256 cellar : :any_skip_relocation , arm64_linux : "9250c7590b8c27138aa59e7ab2b419b3389c2a94dce0f226e95c4e1d7bd0b8eb"
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "34712b7cdaedb8702bf6799e838257302d1d5e7ccc132f251572ceeb48a3a26e"
2220 end
2321
2422 # Ref: https://github.com/Homebrew/homebrew-core/issues/112107
@@ -29,12 +27,12 @@ class Libomp < Formula
2927 uses_from_macos "llvm" => :build
3028
3129 on_linux do
32- depends_on "python@3.13 "
30+ depends_on "python@3.14 "
3331 end
3432
3533 resource "cmake" do
36- url "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.1 /cmake-21.1.1 .src.tar.xz"
37- sha256 "9c0b9064b7d0f2a3004f1d034aadf84d2af4e5dca2135ebf697b0a1eb85ef769 "
34+ url "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.8 /cmake-21.1.8 .src.tar.xz"
35+ sha256 "85735f20fd8c81ecb0a09abb0c267018475420e93b65050cc5b7634eab744de9 "
3836
3937 livecheck do
4038 formula :parent
0 commit comments