From 74abee3fcff43db5ac8ebd91479217f583799f5a Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Wed, 16 May 2018 15:15:40 +0200 Subject: [PATCH] Bump required MPFR version to 4.0 Needed since e396c03 for mpfr_roundeven. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae8006dfc9e93..db8c7ad5f83d5 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ Julia uses the following external libraries, which are automatically downloaded - **[ARPACK]** — collection of subroutines designed to solve large, sparse eigenvalue problems. - **[PCRE]** (>= 10.00) — Perl-compatible regular expressions library. - **[GMP]** (>= 5.0) — GNU multiple precision arithmetic library, needed for `BigInt` support. -- **[MPFR]** (>= 3.0) — GNU multiple precision floating point library, needed for arbitrary precision floating point (`BigFloat`) support. +- **[MPFR]** (>= 4.0) — GNU multiple precision floating point library, needed for arbitrary precision floating point (`BigFloat`) support. - **[libgit2]** (>= 0.23) — Git linkable library, used by Julia's package manager. - **[curl]** (>= 7.50) — libcurl provides download and proxy support for Julia's package manager. - **[libssh2]** (>= 1.7) — library for SSH transport, used by libgit2 for packages with SSH remotes.