summaryrefslogtreecommitdiff
path: root/package/armadillo
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2014-05-06 13:47:31 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-05-06 17:13:20 +0200
commitd2b52cebf3b8b4a922a54d38a44a8a183406c5f1 (patch)
treef5a671f99b5c3384a5e6befb2b6d1c0e917cc65a /package/armadillo
parent9542bd4104ff0da22c60f787a900c83be8550a19 (diff)
clapack: Disable for MIPS platforms
Disable this package for MIPS because it needs IRIX headers and libraries. Fixes: http://autobuild.buildroot.net/results/370/370f964441722675820c644403dde7fbc683a315/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/armadillo')
-rw-r--r--package/armadillo/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/armadillo/Config.in b/package/armadillo/Config.in
index 2251d912f..b3ba2fc72 100644
--- a/package/armadillo/Config.in
+++ b/package/armadillo/Config.in
@@ -1,10 +1,12 @@
comment "armadillo needs a toolchain w/ C++, largefile"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE
+ depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) # clapack
config BR2_PACKAGE_ARMADILLO
bool "armadillo"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_LARGEFILE # clapack
+ depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) # clapack
select BR2_PACKAGE_CLAPACK
help
Armadillo: An Open Source C++ Linear Algebra Library for