File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ uuid = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f")
88delete! (Pkg. Types. get_last_stdlibs (v " 1.6.3" ), uuid)
99
1010name = " z3"
11- version = v " 4.13.4 "
11+ version = v " 4.14.0 "
1212
1313# Collection of sources required to complete build
1414sources = [
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")
7272platforms = vcat (libjulia_platforms .(julia_versions)... )
7373platforms = 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
8179products = [
You can’t perform that action at this time.
0 commit comments