Config.in 640 B

1234567891011121314151617181920
  1. comment "armadillo needs a toolchain w/ C++"
  2. depends on !BR2_INSTALL_LIBSTDCPP
  3. depends on !BR2_powerpc
  4. depends on !BR2_m68k_cf
  5. comment "armadillo needs a glibc toolchain w/ C++"
  6. depends on BR2_powerpc
  7. depends on !BR2_INSTALL_LIBSTDCPP || BR2_TOOLCHAIN_USES_UCLIBC
  8. config BR2_PACKAGE_ARMADILLO
  9. bool "armadillo"
  10. depends on BR2_INSTALL_LIBSTDCPP
  11. depends on !BR2_powerpc || BR2_TOOLCHAIN_USES_GLIBC # clapack
  12. depends on !BR2_m68k_cf # clapack
  13. select BR2_PACKAGE_CLAPACK
  14. help
  15. Armadillo: An Open Source C++ Linear Algebra Library for
  16. Fast Prototyping and Computationally Intensive Experiments.
  17. http://arma.sourceforge.net/