buildroot/package/mpfr/Config.in

21 lines
414 B
Plaintext
Raw Normal View History

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.