@@ -26,7 +26,7 @@ using BinaryBuilder, Pkg
26
26
# and possibly other packages.
27
27
name = " FLINT"
28
28
upstream_version = v " 3.1.3"
29
- version_offset = v " 0.0.0 "
29
+ version_offset = v " 0.0.1 "
30
30
version = VersionNumber (upstream_version. major * 100 + version_offset. major,
31
31
upstream_version. minor * 100 + version_offset. minor,
32
32
upstream_version. patch * 100 + version_offset. patch)
@@ -54,7 +54,7 @@ make install
54
54
55
55
# These are the platforms we will build for by default, unless further
56
56
# platforms are passed in on the command line
57
- platforms = supported_platforms (; experimental = true )
57
+ platforms = supported_platforms ()
58
58
59
59
# The products that we will ensure are always built
60
60
products = [
@@ -65,7 +65,7 @@ products = [
65
65
dependencies = [
66
66
Dependency (" GMP_jll" , v " 6.2.1" ),
67
67
Dependency (" MPFR_jll" , v " 4.1.1" ),
68
- Dependency (" OpenBLAS32_jll" , v " 0.3.10 " ),
68
+ Dependency (" OpenBLAS32_jll" , v " 0.3.28 " ),
69
69
]
70
70
71
71
# Build the tarballs, and possibly a `build.jl` as well.
0 commit comments