python: fix disabling the SSL module
[buildroot-gz.git] / package / lapack / Config.in
blobb5eca492e844467da42a93796db88bdea42f278a
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
6         bool "lapack/blas"
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)
10         help
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
19         default y
20         help
21           Builds support for COMPLEX and COMPLEX16 data types.