buildrootschalter/package/mpfr/Config.in

19 lines
407 B
Plaintext
Raw Normal View History

2006-11-28 17:54:30 +01:00
config BR2_PACKAGE_LIBMPFR
bool "mpfr"
default y if BR2_INSTALL_FORTRAN
2006-11-28 17:54:30 +01:00
select BR2_PACKAGE_LIBGMP
help
C library for multiple-precision floating-point computations
with exact rounding.
http://www.mpfr.org/
2006-11-28 17:54:30 +01:00
config BR2_PACKAGE_LIBMPFR_HEADERS
bool "mpfr headers for target"
2006-11-28 17:54:30 +01:00
depends on BR2_PACKAGE_LIBMPFR
select BR2_PACKAGE_LIBGMP_HEADERS
help
Install the mpfr headers for the target.