Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

julia: update libgcc_s patch #203574

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Formula/j/julia.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Julia < Formula

Check notice on line 1 in Formula/j/julia.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for julia built at b69dfc2a619 (Merge 6b8ca30d455254ace33002312709536c95b9a5dd into 152234f408928da681460b72620cdd7512edf407, 2025-01-08)

Check notice on line 1 in Formula/j/julia.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for julia built at b69dfc2a619 (Merge 6b8ca30d455254ace33002312709536c95b9a5dd into 152234f408928da681460b72620cdd7512edf407, 2025-01-08)

Check notice on line 1 in Formula/j/julia.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for julia built at b69dfc2a619 (Merge 6b8ca30d455254ace33002312709536c95b9a5dd into 152234f408928da681460b72620cdd7512edf407, 2025-01-08)

Check notice on line 1 in Formula/j/julia.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for julia built at b69dfc2a619 (Merge 6b8ca30d455254ace33002312709536c95b9a5dd into 152234f408928da681460b72620cdd7512edf407, 2025-01-08)
desc "Fast, Dynamic Programming Language"
homepage "https://julialang.org/"
# Use the `-full` tarball to avoid having to download during the build.
Expand Down Expand Up @@ -60,10 +60,11 @@
conflicts_with "juliaup", because: "both install `julia` binaries"

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

def install
Expand Down
Loading