2015-03-30 23:07:30 +02:00
|
|
|
comment "armadillo needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
2015-09-02 12:10:07 +02:00
|
|
|
depends on !BR2_powerpc
|
2016-08-10 22:27:28 +02:00
|
|
|
depends on !BR2_m68k_cf
|
2015-09-02 12:10:07 +02:00
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "armadillo needs a glibc toolchain w/ C++"
|
2015-09-02 12:10:07 +02:00
|
|
|
depends on BR2_powerpc
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_TOOLCHAIN_USES_UCLIBC
|
2014-04-23 01:15:35 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_ARMADILLO
|
|
|
|
bool "armadillo"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2015-09-02 12:10:07 +02:00
|
|
|
depends on !BR2_powerpc || BR2_TOOLCHAIN_USES_GLIBC # clapack
|
2016-08-10 22:27:28 +02:00
|
|
|
depends on !BR2_m68k_cf # clapack
|
2014-04-23 01:15:35 +02:00
|
|
|
select BR2_PACKAGE_CLAPACK
|
|
|
|
help
|
|
|
|
Armadillo: An Open Source C++ Linear Algebra Library for
|
|
|
|
Fast Prototyping and Computationally Intensive Experiments.
|
|
|
|
|
|
|
|
http://arma.sourceforge.net/
|