2016-06-08 23:40:54 +02:00
|
|
|
comment "clapack needs a glibc toolchain"
|
2015-09-02 12:10:07 +02:00
|
|
|
depends on BR2_powerpc
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
|
2014-04-23 01:15:36 +02:00
|
|
|
config BR2_PACKAGE_CLAPACK
|
|
|
|
bool "cblas/clapack"
|
2014-05-06 21:27:44 +02:00
|
|
|
# _fpu_control is used on PowerPC, but not available with
|
2015-09-02 12:10:07 +02:00
|
|
|
# uClibc or musl
|
|
|
|
depends on !BR2_powerpc || BR2_TOOLCHAIN_USES_GLIBC
|
2016-07-31 23:05:41 +02:00
|
|
|
# assembler: Error: value out of range
|
|
|
|
depends on !BR2_m68k_cf
|
2014-04-23 01:15:36 +02:00
|
|
|
help
|
|
|
|
BLAS and LAPACK C implementation (f2c'ed version of).
|
|
|
|
|
|
|
|
http://www.netlib.org/clapack/
|
|
|
|
|
|
|
|
config BR2_PACKAGE_CLAPACK_ARITH_H
|
|
|
|
string "Custom BLAS arith.h"
|
|
|
|
depends on BR2_PACKAGE_CLAPACK
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
To optimize BLAS library for the hardware, an 'arith.h' header
|
|
|
|
should be provided.
|
2014-04-23 01:15:36 +02:00
|
|
|
|
|
|
|
If empty, the library will not be optimized by the compiler.
|
|
|
|
|
2017-05-05 16:08:07 +02:00
|
|
|
In any case an 'arithchk' program is built
|
|
|
|
(but not installed), to be run on the target to generate this
|
|
|
|
arith.h header.
|