summaryrefslogtreecommitdiff
path: root/package/mpc/Config.in
blob: 604551415aabbced4a0bab114be5c006ea921aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config BR2_PACKAGE_LIBMPC
	bool "mpc"
	select BR2_PACKAGE_LIBMPFR
	select BR2_PACKAGE_LIBGMP
	help
	  Mpc is a C library for the arithmetic of complex numbers with
	  arbitrarily high precision and correct rounding of the result.
	  It is built upon and follows the same principles as Mpfr.
	  
	  http://www.multiprecision.org/


config BR2_PACKAGE_LIBMPC_HEADERS
	bool "mpc headers for target"
	depends on BR2_PACKAGE_LIBMPC
	select BR2_PACKAGE_LIBMPFR_HEADERS
	select BR2_PACKAGE_LIBGMP_HEADERS
	help
	  Install the mpc headers for the target.