1 comment "armadillo needs a toolchain w/ C++"
2 depends on !BR2_INSTALL_LIBSTDCPP
3 depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)
4 depends on !BR2_powerpc
6 depends on !BR2_m68k_cf
8 comment "armadillo needs a glibc toolchain w/ C++"
10 depends on !BR2_INSTALL_LIBSTDCPP || BR2_TOOLCHAIN_USES_UCLIBC
12 config BR2_PACKAGE_ARMADILLO
14 depends on BR2_INSTALL_LIBSTDCPP
15 depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) # clapack
16 depends on !BR2_powerpc || BR2_TOOLCHAIN_USES_GLIBC # clapack
17 depends on !BR2_bfin # clapack
18 depends on !BR2_m68k_cf # clapack
19 select BR2_PACKAGE_CLAPACK
21 Armadillo: An Open Source C++ Linear Algebra Library for
22 Fast Prototyping and Computationally Intensive Experiments.
24 http://arma.sourceforge.net/