f37752a284abec649b725817175cc6920a8ceae0
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / clapack / Config.in
1 config BR2_PACKAGE_CLAPACK
2         bool "cblas/clapack"
3         depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)
4         # _fpu_control is used on PowerPC, but not available with
5         # uClibc
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/
10         depends on !BR2_bfin
11         help
12           BLAS and LAPACK C implementation (f2c'ed version of).
13
14           http://www.netlib.org/clapack/
15
16 config BR2_PACKAGE_CLAPACK_ARITH_H
17         string "Custom BLAS arith.h"
18         depends on BR2_PACKAGE_CLAPACK
19         help
20           To optimize BLAS library for the hardware, an 'arith.h' header should
21           be provided.
22
23           If empty, the library will not be optimized by the compiler.
24
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.