Skip to content

Commit

Permalink
Singular: build against MPFR 4.0.2 (#1748)
Browse files Browse the repository at this point in the history
Similar to the issues with GMP_jll, this prevents issues on macOS when trying
to load Singular_jll in Julia <= 1.4 which ships with MPFR 4.0.2, and binaries
linked against MPFR 4.1.0 won't load there on macOS.
  • Loading branch information
fingolfin authored Oct 7, 2020
1 parent acf7c02 commit eade57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S/Singular/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
Dependency("cddlib_jll"),
Dependency("FLINT_jll"),
Dependency("GMP_jll", v"6.1.2"),
Dependency("MPFR_jll"),
Dependency("MPFR_jll", v"4.0.2"),
]

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

0 comments on commit eade57f

Please sign in to comment.