Skip to content

Commit fdf55dc

Browse files
authored
Merge pull request #195577 from Homebrew/bump-opencl-icd-loader-2024.10.24
opencl-headers opencl-icd-loader 2024.10.24
2 parents 27d25ae + c2bf91b commit fdf55dc

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

Formula/o/opencl-clhpp-headers.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ class OpenclClhppHeaders < Formula
44
url "https://github.com/KhronosGroup/OpenCL-CLHPP/archive/refs/tags/v2024.10.24.tar.gz"
55
sha256 "51aebe848514b3bc74101036e111f8ee98703649eec7035944831dc6e05cec14"
66
license "Apache-2.0"
7+
revision 1
78
head "https://github.com/KhronosGroup/OpenCL-CLHPP.git", branch: "main"
89

910
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "75f74372ac4ca60e1502f08b7ca827ae7e499b5b5d3e5d1a6b28f2c092abb5a7"
11+
sha256 cellar: :any_skip_relocation, all: "e1503e98660c926e8ab6463346a74979c9f8c94b687688a136665b4b05a35830"
1112
end
1213

1314
keg_only :shadowed_by_macos, "macOS provides OpenCL.framework"

Formula/o/opencl-headers.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class OpenclHeaders < Formula
22
desc "C language header files for the OpenCL API"
33
homepage "https://www.khronos.org/registry/OpenCL/"
4-
url "https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2024.05.08.tar.gz"
5-
sha256 "3c3dd236d35f4960028f4f58ce8d963fb63f3d50251d1e9854b76f1caab9a309"
4+
url "https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2024.10.24.tar.gz"
5+
sha256 "159f2a550592bae49859fee83d372acd152328fdf95c0dcd8b9409f8fad5db93"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/OpenCL-Headers.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "945fb352c3498fa4f11fbcdfb304f15e6d1d93a2d06067c415d2bd57629f7703"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7fefcbb260b67476e911a242932caca6aaefb60782511ed6447cec37ffd6ec2"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1b400162ef91a258ad6781be96d563ad64049766a1f26811473cd2ef303a8901"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "72e34f961e0b1cbd0db32254f10ab12911ba34a8f24fd4ce61a7fd3e27df9482"
14-
sha256 cellar: :any_skip_relocation, sonoma: "e972ebd7d809c9d806ca099201940dfd6883894cd68245d6c92f17e72463efad"
15-
sha256 cellar: :any_skip_relocation, ventura: "85e3005179d1dda7f17507b1fa9d06a438cebe25ebb751bdaf69eb6db9f131ee"
16-
sha256 cellar: :any_skip_relocation, monterey: "27b66127a4cd9a9f0b1f46b0598074ed2603b15714cdc23a9caf21c68bce250c"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4739a977ffb947a476ace711a6fb79155d9f2ad81f46f9174310626cbbbf78d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b"
14+
sha256 cellar: :any_skip_relocation, ventura: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "23cb70827358da453160139e62a4f60bfbb65499b5f03dd8c2468ef63cf3f315"
1816
end
1917

2018
keg_only :shadowed_by_macos, "macOS provides OpenCL.framework"

Formula/o/opencl-icd-loader.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class OpenclIcdLoader < Formula
22
desc "OpenCL Installable Client Driver (ICD) Loader"
33
homepage "https://www.khronos.org/registry/OpenCL/"
4-
url "https://github.com/KhronosGroup/OpenCL-ICD-Loader/archive/refs/tags/v2024.05.08.tar.gz"
5-
sha256 "eb2c9fde125ffc58f418d62ad83131ba686cccedcb390cc7e6bb81cc5ef2bd4f"
4+
url "https://github.com/KhronosGroup/OpenCL-ICD-Loader/archive/refs/tags/v2024.10.24.tar.gz"
5+
sha256 "95f2f0cda375b13d2760290df044ebea9c6ff954a7d7faa0867422442c9174dc"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "246a54da1c0f660c7eebf00b9604a4f36b128c82467c18599f76d529d730102a"
11-
sha256 cellar: :any, arm64_sonoma: "cd2503a44793a75faaa97c0e50e411eb5bb193ae46eb9322aea7a332a1b1e2bb"
12-
sha256 cellar: :any, arm64_ventura: "23c2391187c581d54c6d342e02bdc852ec035a789a1775196363b059a31172a6"
13-
sha256 cellar: :any, arm64_monterey: "4faca16fca250c2dccbd146e72ac7710fad836633090c2ef9418e37bfd5a63ca"
14-
sha256 cellar: :any, sonoma: "7b89c8f1ef6cbd4f9235247edaee7acfc3ff12634b410227b203139f68a987b7"
15-
sha256 cellar: :any, ventura: "8ca1ef5cf133482540244be96d726edc64bce47af8cb5455748e00bf9b302005"
16-
sha256 cellar: :any, monterey: "0c9ba10ff1fbda6e235e58ab191b2e4982e777a4627c92a2fff7c884182423c9"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b609a900ab18810a10b32fbc8e25a914131bf473ad614e0d639745130c3e6b78"
10+
sha256 cellar: :any, arm64_sequoia: "da02c657410f1f99d71a8fb4a512a65dffb83725d0e3e5fe83c56dadd5195951"
11+
sha256 cellar: :any, arm64_sonoma: "f36123fdfa33c94abf75c45da21db3e9ee754fc4c063424d2cd166ffe2eb7674"
12+
sha256 cellar: :any, arm64_ventura: "5a4d5eadae6145a4af771b5ad522c1aded5748287844d02dd22917f292a3fec6"
13+
sha256 cellar: :any, sonoma: "a639175e931247933d74fc27cff123e75c313ab12b53d45037f58d86a0a15636"
14+
sha256 cellar: :any, ventura: "738951620c894c8550ee9bec207375649f79c3b8dcbb8c13b528d19df336ed42"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "86de1cb308f14d4b4bc63ad1bf3b7107a2ab8da41735bdbd287b584ce1902986"
1816
end
1917

2018
keg_only :shadowed_by_macos, "macOS provides OpenCL.framework"

0 commit comments

Comments
 (0)