linux-headers: bump 4.{4, 9}.x series
[buildroot-gz.git] / package / armadillo / Config.in
blob9483f181cf7eed2d9df4744977dbae703fcc16e9
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
6         depends on !BR2_m68k_cf
8 comment "armadillo needs a glibc toolchain w/ C++"
9         depends on BR2_powerpc
10         depends on !BR2_INSTALL_LIBSTDCPP || BR2_TOOLCHAIN_USES_UCLIBC
12 config BR2_PACKAGE_ARMADILLO
13         bool "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
20         help
21           Armadillo: An Open Source C++ Linear Algebra Library for
22           Fast Prototyping and Computationally Intensive Experiments.
24           http://arma.sourceforge.net/