From e2fc0809a53449fdf8482aa6a402e9ab45a0525a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Wed, 9 Jul 2025 13:55:21 +0200 Subject: [PATCH 1/4] [libjulia] Build for 1.12.0-rc1 (and update 1.13.0-DEV) [skip build] --- L/libjulia/build_tarballs.jl | 2 +- L/libjulia/common.jl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/L/libjulia/build_tarballs.jl b/L/libjulia/build_tarballs.jl index 750c8822004..e8829efecdc 100644 --- a/L/libjulia/build_tarballs.jl +++ b/L/libjulia/build_tarballs.jl @@ -31,7 +31,7 @@ function Pkg.Types.is_stdlib(uuid::Base.UUID, julia_version::VersionNumber) return false end -jllversion=v"1.10.18" +jllversion=v"1.10.19" for ver in julia_full_versions build_julia(ARGS, ver; jllversion) end diff --git a/L/libjulia/common.jl b/L/libjulia/common.jl index ebdae4f77a4..e3d9c8ff4a6 100644 --- a/L/libjulia/common.jl +++ b/L/libjulia/common.jl @@ -5,7 +5,7 @@ using BinaryBuilder, Pkg include("../../fancy_toys.jl") # for get_addable_spec and should_build_platform # list of supported Julia versions -julia_full_versions = [v"1.6.3", v"1.7.0", v"1.8.2", v"1.9.0", v"1.10.0", v"1.11.1", v"1.12.0-beta4", v"1.13.0-DEV"] +julia_full_versions = [v"1.6.3", v"1.7.0", v"1.8.2", v"1.9.0", v"1.10.0", v"1.11.1", v"1.12.0-rc1", v"1.13.0-DEV"] if ! @isdefined julia_versions julia_versions = Base.thispatch.(julia_full_versions) end @@ -66,12 +66,12 @@ function build_julia(ARGS, version::VersionNumber; jllversion=version) v"1.9.0" => "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2", v"1.10.0" => "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d", v"1.11.1" => "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756", - v"1.12.0-beta4" => "55b5435d6fb1ba63b52d389a675f7a84a1dece855f7e2c19662f21606a124157", + v"1.12.0-rc1" => "waiting for release tag", ) if version == v"1.13.0-DEV" sources = [ - GitSource("https://github.com/JuliaLang/julia.git", "b4a6288a38a39296feb712abc83ae7beefcdff37"), + GitSource("https://github.com/JuliaLang/julia.git", "67634fedc32248003435379e76c41ba4766f4d3b"), DirectorySource("./bundled"), ] else From e48b30bdd2f4c9266acf696c6576ef7beab3e16a Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Mon, 14 Jul 2025 07:26:13 +0200 Subject: [PATCH 2/4] add 1.12.0-rc1 hash --- L/libjulia/common.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L/libjulia/common.jl b/L/libjulia/common.jl index e3d9c8ff4a6..b3efd8d1d71 100644 --- a/L/libjulia/common.jl +++ b/L/libjulia/common.jl @@ -66,7 +66,7 @@ function build_julia(ARGS, version::VersionNumber; jllversion=version) v"1.9.0" => "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2", v"1.10.0" => "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d", v"1.11.1" => "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756", - v"1.12.0-rc1" => "waiting for release tag", + v"1.12.0-rc1" => "3837a6a2a81764f26d0785f0a370049d36370a67f55934585695f226f4546480", ) if version == v"1.13.0-DEV" From 3c3213bdd1ccdbfcdda3342b6982870b69a063d3 Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Mon, 14 Jul 2025 07:26:46 +0200 Subject: [PATCH 3/4] update 1.13-dev --- L/libjulia/common.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L/libjulia/common.jl b/L/libjulia/common.jl index b3efd8d1d71..62aadebc78c 100644 --- a/L/libjulia/common.jl +++ b/L/libjulia/common.jl @@ -71,7 +71,7 @@ function build_julia(ARGS, version::VersionNumber; jllversion=version) if version == v"1.13.0-DEV" sources = [ - GitSource("https://github.com/JuliaLang/julia.git", "67634fedc32248003435379e76c41ba4766f4d3b"), + GitSource("https://github.com/JuliaLang/julia.git", "1367b3d7ad79d87a6bc0f0aabb4fd05905636c26"), DirectorySource("./bundled"), ] else From eb6e62a9dbb6658715764249d4c15ac0300d4822 Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Mon, 14 Jul 2025 09:00:12 +0200 Subject: [PATCH 4/4] rename patch dir --- .../patches/{1.12.0-beta4 => 1.12.0-rc1}/bf16-workaround.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename L/libjulia/bundled/patches/{1.12.0-beta4 => 1.12.0-rc1}/bf16-workaround.patch (100%) diff --git a/L/libjulia/bundled/patches/1.12.0-beta4/bf16-workaround.patch b/L/libjulia/bundled/patches/1.12.0-rc1/bf16-workaround.patch similarity index 100% rename from L/libjulia/bundled/patches/1.12.0-beta4/bf16-workaround.patch rename to L/libjulia/bundled/patches/1.12.0-rc1/bf16-workaround.patch