summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/README
blob: d648558cb50d78a25e8563ab102f02ff5290c851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	Building GNU MPFR as part of the TL tree
	========================================

This directory libs/mpfr/ uses a proxy Makefile.am to build the GNU MPFR
library 'libmpfr' from the unmodified source tree in libs/mpfr/mpfr-x.y.z/,
bypassing the original build system.

As far as applicable, the tests in libs/mpfr/mpfr-x.y.z/configure have been
translated into equivalent test in libs/mpfr/configure.ac.

=============================

2014-03-31	Taco Hoekwater <taco@metatex.org>
2014-05-23	Peter Breitenlohner <peb@mppmu.mpg.de>