e49997d885a25b7d41b77581ad35a9015b525264
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / armadillo / Config.in
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) # clapack
4         depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC) # clapack
5         depends on !BR2_bfin # clapack
6
7 config BR2_PACKAGE_ARMADILLO
8         bool "armadillo"
9         depends on BR2_INSTALL_LIBSTDCPP
10         depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) # clapack
11         depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC) # clapack
12         depends on !BR2_bfin # 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
18           http://arma.sourceforge.net/