1 comment "lapack/blas needs a toolchain w/ fortran"
2 depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
3 depends on !BR2_TOOLCHAIN_HAS_FORTRAN
5 config BR2_PACKAGE_LAPACK
7 depends on BR2_TOOLCHAIN_HAS_FORTRAN
8 # _fpu_control is used on PowerPC, but not available with uClibc
9 depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
11 LAPACK and BLAS FORTRAN implementation. This package
12 installs two libraries: libblas and liblapack.
14 http://www.netlib.org/lapack/
16 config BR2_PACKAGE_LAPACK_COMPLEX
17 bool "Complex/Complex16 support"
18 depends on BR2_PACKAGE_LAPACK
21 Builds support for COMPLEX and COMPLEX16 data types.