Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] clapack: Disable for MIPS platforms
@ 2014-05-06 11:11 Vicente Olivert Riera
  2014-05-06 11:52 ` Thomas De Schampheleire
  0 siblings, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2014-05-06 11:11 UTC (permalink / raw)
  To: buildroot

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>
---
 package/armadillo/Config.in |    1 +
 package/clapack/Config.in   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/armadillo/Config.in b/package/armadillo/Config.in
index 2251d91..0b86b77 100644
--- a/package/armadillo/Config.in
+++ b/package/armadillo/Config.in
@@ -5,6 +5,7 @@ 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
diff --git a/package/clapack/Config.in b/package/clapack/Config.in
index a77094f..95dd343 100644
--- a/package/clapack/Config.in
+++ b/package/clapack/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_CLAPACK
 	bool "cblas/clapack"
 	depends on BR2_LARGEFILE
+	depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)
 	help
 	  BLAS and LAPACK C implementation (f2c'ed version of).
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-06 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 11:11 [Buildroot] [PATCH] clapack: Disable for MIPS platforms Vicente Olivert Riera
2014-05-06 11:52 ` Thomas De Schampheleire
2014-05-06 12:40   ` Vicente Olivert Riera
2014-05-06 12:48     ` Vicente Olivert Riera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox