Skip to content

Commit c438b97

Browse files
committed
julia: update libgcc_s patch
1 parent 91df94c commit c438b97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/j/julia.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ class Julia < Formula
6060
conflicts_with "juliaup", because: "both install `julia` binaries"
6161

6262
# Link against libgcc_s.1.1.dylib, not libgcc_s.1.dylib
63-
# https://github.com/JuliaLang/julia/issues/48056
63+
# https://github.com/JuliaLang/julia/pull/56965#event-15826575851
64+
# Remove in 1.12
6465
patch do
65-
url "https://raw.githubusercontent.com/Homebrew/formula-patches/202ccbabd44bd5ab02fbdee2f51f87bb88d74417/julia/libgcc_s-1.8.5.diff"
66-
sha256 "1eea77d8024ad8bc9c733a0e0770661bc08228d335b20c4696350ed5dfdab29a"
66+
url "https://github.com/JuliaLang/julia/commit/75cdffeb0f37b438950534712755a4f7cebbdd8c.patch?full_index=1"
67+
sha256 "7b62554131a2627c70570b800c8fea35048e863ba2e11fc6c93d6fe26920cda8"
6768
end
6869

6970
def install

0 commit comments

Comments
 (0)