Skip to content

Commit

Permalink
Bump required MPFR version to 4.0 (#27122)
Browse files Browse the repository at this point in the history
Needed since e396c03 for mpfr_roundeven.
  • Loading branch information
nalimilan authored and ViralBShah committed Jun 24, 2018
1 parent c4d24e6 commit 2927d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2927d18

Please sign in to comment.