summaryrefslogtreecommitdiffstats
path: root/package/mpfr/Config.in
blob: 778e79e07c0e4d4d568d4235592ac6d2679085f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_MPFR
	bool "mpfr"
	default n
	default y if BR2_INSTALL_FORTRAN
	select BR2_PACKAGE_GMP
	help
	  C library for multiple-precision floating-point computations
	  with exact rounding.

	  http://www.mpfr.org/


config BR2_PACKAGE_MPFR_HEADERS
	bool "mpfr headers for target"
	default n
	depends on BR2_PACKAGE_MPFR
	select BR2_PACKAGE_GMP_HEADERS
	help
	  Install the mpfr headers for the target.