1 config BR2_PACKAGE_CLAPACK
3 depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)
4 # _fpu_control is used on PowerPC, but not available with
6 depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
7 # disable clapack on blackfin, it triggers "undefined symbol" failure
8 # because of the "_" symbol prefix:
9 # http://autobuild.buildroot.net/results/a28df0ba10803e6e54c2f8160bbd8190cba4d690/
12 BLAS and LAPACK C implementation (f2c'ed version of).
14 http://www.netlib.org/clapack/
16 config BR2_PACKAGE_CLAPACK_ARITH_H
17 string "Custom BLAS arith.h"
18 depends on BR2_PACKAGE_CLAPACK
20 To optimize BLAS library for the hardware, an 'arith.h' header should
23 If empty, the library will not be optimized by the compiler.
25 In any case an 'arithchk' program is built (but not installed), to be run
26 on the target to generate this arith.h header.