Skip to content

Commit ba9d02d

Browse files
authored
z3: New version 4.14.0 (#10592)
* z3: New version 4.14.0 * z3: Remove outdated architecture restriction * z3: Disable build for Julia 1.13
1 parent 9651b80 commit ba9d02d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Z/z3/build_tarballs.jl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ uuid = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f")
88
delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid)
99

1010
name = "z3"
11-
version = v"4.13.4"
11+
version = v"4.14.0"
1212

1313
# Collection of sources required to complete build
1414
sources = [
1515
ArchiveSource("https://github.com/Z3Prover/z3/releases/download/z3-$(version)/z3_solver-$(version).0.tar.gz",
16-
"66944689398d19f831f94524e95e99961d998afa27cfef1918a5a441029ea73f"),
16+
"83736086dc73f6309a7bb9e45e6a0b6b73de8510b606247b366038f5f40899b4"),
1717
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz",
1818
"2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62"),
1919
]
@@ -72,10 +72,8 @@ include("../../L/libjulia/common.jl")
7272
platforms = vcat(libjulia_platforms.(julia_versions)...)
7373
platforms = expand_cxxstring_abis(platforms)
7474

75-
# FreeBSD on ARM 64 is not supported for Julia versions before 1.12.
76-
# GMP isn't found for aarch64-unknown-freebsd-julia_version+1.12.0.
77-
# That's probably a BinaryBuilder problem.
78-
filter!(p -> !(Sys.isfreebsd(p) && arch(p) == "aarch64"), platforms)
75+
# libjulia_jll is not yet available for Julia 1.13
76+
filter!(p -> VersionNumber(p["julia_version"]) < v"1.13", platforms)
7977

8078
# The products that we will ensure are always built
8179
products = [

0 commit comments

Comments
 (0)