Skip to content

Commit 7852ae2

Browse files
authored
FLINT: Build for aarch64-*-freebsd (#10029)
* FLINT: Update to 3.1.3-p1 * FLINT: Stay at version 3.1.3
1 parent 336611d commit 7852ae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

F/FLINT/build_tarballs.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ using BinaryBuilder, Pkg
2626
# and possibly other packages.
2727
name = "FLINT"
2828
upstream_version = v"3.1.3"
29-
version_offset = v"0.0.0"
29+
version_offset = v"0.0.1"
3030
version = VersionNumber(upstream_version.major * 100 + version_offset.major,
3131
upstream_version.minor * 100 + version_offset.minor,
3232
upstream_version.patch * 100 + version_offset.patch)
@@ -54,7 +54,7 @@ make install
5454

5555
# These are the platforms we will build for by default, unless further
5656
# platforms are passed in on the command line
57-
platforms = supported_platforms(; experimental = true)
57+
platforms = supported_platforms()
5858

5959
# The products that we will ensure are always built
6060
products = [
@@ -65,7 +65,7 @@ products = [
6565
dependencies = [
6666
Dependency("GMP_jll", v"6.2.1"),
6767
Dependency("MPFR_jll", v"4.1.1"),
68-
Dependency("OpenBLAS32_jll", v"0.3.10"),
68+
Dependency("OpenBLAS32_jll", v"0.3.28"),
6969
]
7070

7171
# Build the tarballs, and possibly a `build.jl` as well.

0 commit comments

Comments
 (0)