Config.in 429 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_LIBMPFR
  2. bool "mpfr"
  3. default n
  4. default y if BR2_INSTALL_FORTRAN
  5. select BR2_PACKAGE_LIBGMP
  6. help
  7. C library for multiple-precision floating-point computations
  8. with exact rounding.
  9. http://www.mpfr.org/
  10. config BR2_PACKAGE_LIBMPFR_HEADERS
  11. bool "mpfr headers for target"
  12. default n
  13. depends on BR2_PACKAGE_LIBMPFR
  14. select BR2_PACKAGE_LIBGMP_HEADERS
  15. help
  16. Install the mpfr headers for the target.