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
7 comment "armadillo needs an (e)glibc toolchain w/ C++"
9 depends on !BR2_INSTALL_LIBSTDCPP || BR2_TOOLCHAIN_USES_UCLIBC
11 config BR2_PACKAGE_ARMADILLO
13 depends on BR2_INSTALL_LIBSTDCPP
14 depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) # clapack
15 depends on !BR2_powerpc || BR2_TOOLCHAIN_USES_GLIBC # clapack
16 depends on !BR2_bfin # clapack
17 select BR2_PACKAGE_CLAPACK
19 Armadillo: An Open Source C++ Linear Algebra Library for
20 Fast Prototyping and Computationally Intensive Experiments.
22 http://arma.sourceforge.net/