summaryrefslogtreecommitdiffstats
path: root/package/clapack/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/clapack/Config.in')
-rw-r--r--package/clapack/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/clapack/Config.in b/package/clapack/Config.in
index ee538a40db..5e930a6958 100644
--- a/package/clapack/Config.in
+++ b/package/clapack/Config.in
@@ -5,6 +5,10 @@ config BR2_PACKAGE_CLAPACK
# _fpu_control is used on PowerPC, but not available with
# uClibc
depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
+ # disable clapack on blackfin, it triggers "undefined symbol" failure
+ # because of the "_" symbol prefix:
+ # http://autobuild.buildroot.net/results/a28df0ba10803e6e54c2f8160bbd8190cba4d690/
+ depends on !BR2_bfin
help
BLAS and LAPACK C implementation (f2c'ed version of).
@@ -24,5 +28,6 @@ config BR2_PACKAGE_CLAPACK_ARITH_H
comment "cblas/clapack needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE
+ depends on !BR2_bfin
depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)
depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
OpenPOWER on IntegriCloud