Skip to content

Commit 2992078

Browse files
committed
[FLINT] Update to 3.1.1
This bumps the GMP version to 6.2.1 since this is now the minimum supported version by FLINT. It also bumps the MPFR version to 4.2.0 since the previous one was not compatible with GMP 6.2.1. It also uses the new repository at https://github.com/flintlib/flint.git rather than the old one at https://github.com/flintlib/flint2.git.
1 parent eff1593 commit 2992078

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
@@ -25,15 +25,15 @@ using BinaryBuilder, Pkg
2525
# coordinated with corresponding changes to Singular_jll.jl, Nemo.jl and polymake_jll
2626
# and possibly other packages.
2727
name = "FLINT"
28-
upstream_version = v"3.0.0"
28+
upstream_version = v"3.1.1"
2929
version_offset = v"0.0.0"
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)
3333

3434
# Collection of sources required to build FLINT
3535
sources = [
36-
GitSource("https://github.com/flintlib/flint2.git", "904aeb3752dae4f23b635f1633e9261dc042ffe2"), # v3.0.0 + a few commits, including the blas detection fix
36+
GitSource("https://github.com/flintlib/flint.git", "f1ec31e79c1923823f87afa524a060a880da6afa"), # v3.1.1
3737
]
3838

3939
# Bash recipe for building across all platforms
@@ -63,7 +63,7 @@ products = [
6363

6464
# Dependencies that must be installed before this package can be built
6565
dependencies = [
66-
Dependency("GMP_jll", v"6.2.0"),
66+
Dependency("GMP_jll", v"6.2.1"),
6767
Dependency("MPFR_jll", v"4.1.1"),
6868
Dependency("OpenBLAS32_jll", v"0.3.10"),
6969
]

0 commit comments

Comments
 (0)