From 2927d18db134b10fe4d2342a82be521bf1de393d Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Sun, 24 Jun 2018 19:40:38 +0200 Subject: [PATCH] Bump required MPFR version to 4.0 (#27122) 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 174d5837707e4..8b239426dff78 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ Julia uses the following external libraries, which are automatically downloaded - **[SuiteSparse]** (>= 4.1) — library of linear algebra routines for sparse matrices (see [note below](#suitesparse)). - **[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.