xref: /OK3568_Linux_fs/buildroot/package/lapack/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LAPACK_ARCH_SUPPORTS
2*4882a593Smuzhiyun	bool
3*4882a593Smuzhiyun	default y
4*4882a593Smuzhiyun	# _fpu_control is used on PowerPC, but not available with
5*4882a593Smuzhiyun	# uClibc or musl
6*4882a593Smuzhiyun	depends on !BR2_powerpc || BR2_TOOLCHAIN_USES_GLIBC
7*4882a593Smuzhiyun
8*4882a593Smuzhiyuncomment "lapack/blas needs a glibc toolchain"
9*4882a593Smuzhiyun	depends on BR2_powerpc
10*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_GLIBC
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "lapack/blas needs a toolchain w/ fortran"
13*4882a593Smuzhiyun	depends on BR2_PACKAGE_LAPACK_ARCH_SUPPORTS
14*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_FORTRAN
15*4882a593Smuzhiyun
16*4882a593Smuzhiyunconfig BR2_PACKAGE_LAPACK
17*4882a593Smuzhiyun	bool "lapack/blas"
18*4882a593Smuzhiyun	depends on BR2_PACKAGE_LAPACK_ARCH_SUPPORTS
19*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_FORTRAN
20*4882a593Smuzhiyun	help
21*4882a593Smuzhiyun	  LAPACK and BLAS FORTRAN implementation. This package
22*4882a593Smuzhiyun	  installs two libraries: libblas and liblapack.
23*4882a593Smuzhiyun
24*4882a593Smuzhiyun	  http://www.netlib.org/lapack/
25*4882a593Smuzhiyun
26*4882a593Smuzhiyunconfig BR2_PACKAGE_LAPACK_COMPLEX
27*4882a593Smuzhiyun	bool "Complex/Complex16 support"
28*4882a593Smuzhiyun	default y
29*4882a593Smuzhiyun	depends on BR2_PACKAGE_LAPACK
30*4882a593Smuzhiyun	help
31*4882a593Smuzhiyun	  Builds support for COMPLEX and COMPLEX16 data types.
32