linux-pam: add optional libselinux and audit dependencies
[buildroot-gz.git] / package / armadillo / Config.in
blob18bf750ebde4de93f0dd7b089f4058914b27bb24
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
5         depends on !BR2_bfin
7 comment "armadillo needs an (e)glibc toolchain w/ C++"
8         depends on BR2_powerpc
9         depends on !BR2_INSTALL_LIBSTDCPP || BR2_TOOLCHAIN_USES_UCLIBC
11 config BR2_PACKAGE_ARMADILLO
12         bool "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
18         help
19           Armadillo: An Open Source C++ Linear Algebra Library for
20           Fast Prototyping and Computationally Intensive Experiments.
22           http://arma.sourceforge.net/