|
@@ -2,16 +2,18 @@ comment "armadillo needs a toolchain w/ C++"
|
|
depends on BR2_PACKAGE_OPENBLAS_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_OPENBLAS_ARCH_SUPPORTS
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
|
-comment "armadillo needs a toolchain w/ fortran, C++"
|
|
|
|
|
|
+comment "armadillo needs a toolchain w/ fortran, C++, gcc >= 4.9"
|
|
depends on !BR2_PACKAGE_OPENBLAS_ARCH_SUPPORTS # otherwise, see comment above
|
|
depends on !BR2_PACKAGE_OPENBLAS_ARCH_SUPPORTS # otherwise, see comment above
|
|
depends on BR2_PACKAGE_LAPACK_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_LAPACK_ARCH_SUPPORTS
|
|
depends on !BR2_TOOLCHAIN_HAS_FORTRAN || !BR2_INSTALL_LIBSTDCPP
|
|
depends on !BR2_TOOLCHAIN_HAS_FORTRAN || !BR2_INSTALL_LIBSTDCPP
|
|
|
|
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
|
config BR2_PACKAGE_ARMADILLO
|
|
config BR2_PACKAGE_ARMADILLO
|
|
bool "armadillo"
|
|
bool "armadillo"
|
|
depends on BR2_PACKAGE_OPENBLAS_ARCH_SUPPORTS || \
|
|
depends on BR2_PACKAGE_OPENBLAS_ARCH_SUPPORTS || \
|
|
(BR2_PACKAGE_LAPACK_ARCH_SUPPORTS && BR2_TOOLCHAIN_HAS_FORTRAN)
|
|
(BR2_PACKAGE_LAPACK_ARCH_SUPPORTS && BR2_TOOLCHAIN_HAS_FORTRAN)
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++14
|
|
help
|
|
help
|
|
Armadillo: An Open Source C++ Linear Algebra Library for
|
|
Armadillo: An Open Source C++ Linear Algebra Library for
|
|
Fast Prototyping and Computationally Intensive Experiments.
|
|
Fast Prototyping and Computationally Intensive Experiments.
|