Skip to content

Commit 4022d2b

Browse files
authored
Merge pull request #220075 from Homebrew/bump-julia-1.11.5
julia 1.11.5
2 parents f550490 + cc9be8e commit 4022d2b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Diff for: Formula/j/julia.rb

+10-8
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class Julia < Formula
66
stable do
77
# Use the `-full` tarball to avoid having to download during the build.
88
# TODO: Check if we can unbundle `curl`: https://github.com/JuliaLang/Downloads.jl/issues/260
9-
url "https://github.com/JuliaLang/julia/releases/download/v1.11.4/julia-1.11.4-full.tar.gz"
10-
sha256 "c4936562d05128842d7fe2be30734333519ea94a54861b5d0bfe38d103e96b5b"
9+
url "https://github.com/JuliaLang/julia/releases/download/v1.11.5/julia-1.11.5-full.tar.gz"
10+
sha256 "147626db6b6887bfb6612cb6cd2a48d689806649fae34dc749fddc8375c2c625"
1111

1212
depends_on "[email protected]"
1313

@@ -30,12 +30,12 @@ class Julia < Formula
3030
end
3131

3232
bottle do
33-
sha256 cellar: :any, arm64_sequoia: "6c154308bdda48864cb79b1fe0f2b5059046b3dc70cdd3a801731a8f153fe194"
34-
sha256 cellar: :any, arm64_sonoma: "15d965551b2351563d03fcce84c5aa5a402ccb3ae2677c7bd6e4bd8e0f2ffd1e"
35-
sha256 arm64_ventura: "f9a6c03acc919df75cccc0f8b46f7b0e6c3465c137d760ebb4c731137efbf180"
36-
sha256 cellar: :any, sonoma: "e1f431c50408b250864e3856ae725ef15dd31fed01a2c4e76f0b872425dea0d0"
37-
sha256 cellar: :any, ventura: "947c10f6feefb7b18a291a412b6c8d7fcef592ca1e8bde9efad344dc4bd98422"
38-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b051b6f1bcd4234ac79417c7c5e990697ce2e06ea81070f45ff5040f93bc8775"
33+
sha256 arm64_sequoia: "fff9bac64500a16448e97bab12228d2cd3981a7c9c8d861c3a687670338bd6ce"
34+
sha256 cellar: :any, arm64_sonoma: "791f0898da48873ef1657063aa5f5c771cf044b76532d4b6b90a902baa12977c"
35+
sha256 cellar: :any, arm64_ventura: "473b46f21f2299a9c1b40e05b86c451a7f8430b39c68954a863df1e18d2bee9f"
36+
sha256 cellar: :any, sonoma: "febaa008940f15e71b5728953ce561930b0cbf1f6a2e468cf9e2142c2d15f9e9"
37+
sha256 ventura: "87dff6175625d649b7286cb870f5713fd49c32ceae760fa5ffa6bdb84472901d"
38+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e910379b335ae1cbe40fc342ceba229ddd9fc4ad76d685d6ef53718e68c8756f"
3939
end
4040

4141
head do
@@ -171,6 +171,8 @@ def install
171171
if build.head?
172172
args << "USE_SYSTEM_CURL=1"
173173
else
174+
# Fix for cmake version 4 compatibility
175+
inreplace "deps/tools/common.mk", "CMAKE_COMMON :=", "CMAKE_COMMON := -DCMAKE_POLICY_VERSION_MINIMUM=3.5"
174176
args += ["USE_SYSTEM_CURL=0", "USE_SYSTEM_MBEDTLS=0"]
175177
# Julia 1.11 is incompatible with curl >= 8.10
176178
# Issue ref: https://github.com/JuliaLang/Downloads.jl/issues/260

0 commit comments

Comments
 (0)