Skip to content

Commit

Permalink
julia: try more general patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Jan 8, 2025
1 parent 7138b27 commit 3f2f3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/j/julia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class Julia < Formula
# Link against libgcc_s.1.1.dylib, not libgcc_s.1.dylib
# https://github.com/JuliaLang/julia/issues/48056
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/202ccbabd44bd5ab02fbdee2f51f87bb88d74417/julia/libgcc_s-1.8.5.diff"
sha256 "1eea77d8024ad8bc9c733a0e0770661bc08228d335b20c4696350ed5dfdab29a"
url "https://patch-diff.githubusercontent.com/raw/JuliaLang/julia/pull/56965.diff"
sha256 "52e346d94e55a8a5190b8ac21e44ce2c73766d6f1005f8354b56317b6ff824ba"
end

def install
Expand Down

0 comments on commit 3f2f3aa

Please sign in to comment.