mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
9542bd4104
commit
d2b52cebf3
@@ -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).
|
||||
|
||||
@@ -20,3 +21,4 @@ config BR2_PACKAGE_CLAPACK_ARITH_H
|
||||
|
||||
comment "cblas/clapack needs a toolchain w/ largefile"
|
||||
depends on !BR2_LARGEFILE
|
||||
depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)
|
||||
|
||||
Reference in New Issue
Block a user