Skip to content

Commit

Permalink
Merge pull request #195852 from Homebrew/libgccjit-r2
Browse files Browse the repository at this point in the history
libgccjit: update patch to r2
  • Loading branch information
BrewTestBot authored Oct 28, 2024
2 parents 565e435 + f63bc1d commit 3bf52b5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/lib/libgccjit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class Libgccjit < Formula
desc "JIT library for the GNU compiler collection"
homepage "https://gcc.gnu.org/"
license "GPL-3.0-or-later" => { with: "GCC-exception-3.1" }
revision 1
head "https://gcc.gnu.org/git/gcc.git", branch: "master"

stable do
Expand All @@ -12,8 +13,8 @@ class Libgccjit < Formula
# Branch from the Darwin maintainer of GCC, with a few generic fixes and
# Apple Silicon support, located at https://github.com/iains/gcc-14-branch
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/d5dcb918a951b2dcf2d7702db75eb29ef144f614/gcc/gcc-14.2.0.diff"
sha256 "70a994d2c7861f844dbfc8ca2700f6c1ce9881f51c45bb6fda2fd212ccb1ff03"
url "https://raw.githubusercontent.com/Homebrew/formula-patches/f30c309442a60cfb926e780eae5d70571f8ab2cb/gcc/gcc-14.2.0-r2.diff"
sha256 "6c0a4708f35ccf2275e6401197a491e3ad77f9f0f9ef5761860768fa6da14d3d"
end
end

Expand All @@ -22,14 +23,12 @@ class Libgccjit < Formula
end

bottle do
sha256 arm64_sequoia: "fff0020242ea84f9eb7c320035410213d831968cdffd746c0fb02460d13b8625"
sha256 arm64_sonoma: "1f863f51416d857e367f12accc84a6163742d77eec8f3c5644c6c79c334f4fd6"
sha256 arm64_ventura: "7605dcefda1dc4cdfa7b14303551dcade61408d4592e0eeb4b85aaa3d93dfc62"
sha256 arm64_monterey: "d21962af68ea264a5b6a90265e6d1c7247377d5d41f5d021488380c15e804ed7"
sha256 sonoma: "e96b8c6f27911ddf6b66e20998eb678592b58906451a02e38e6a0256d7974603"
sha256 ventura: "bffe3af90300b16b02a98d00bfd95417141429abbcb53887ee1a1a177ffe3a35"
sha256 monterey: "baed769c2a3c93ace46dc2c01a585249f2f4ac4c941361b40c750c78b5bc25aa"
sha256 x86_64_linux: "809473f17318e15fe6ecf18d6ad50a80e2f03487bf4045e765833584ae6d4cec"
sha256 arm64_sequoia: "52905f08739ef5b43a3c51c6a9be7befa915d1d5c9a74f1e6fcafa1048926f1f"
sha256 arm64_sonoma: "19083279161321c45f2c05cf3800de97a2976056344ee62a936c9e2d80a7146b"
sha256 arm64_ventura: "9a41de72cb4140ba963a24b0e7916c7d8291f7c6c2c095a9a9522371e44a9a27"
sha256 sonoma: "afdf195ab432568a33f36ba8b6180a6f1c23106825219635ebd406c5f9989ec5"
sha256 ventura: "4c4c9a49250919da00c7f0488da19905ad1cf2ab426a0fb1171e1177302577e9"
sha256 x86_64_linux: "76a465bf2a563f690cf457fd5f8fbcbf7be6109053f029356195f7336fd58d0c"
end

# The bottles are built on systems with the CLT installed, and do not work
Expand Down

0 comments on commit 3bf52b5

Please sign in to comment.