xref: /OK3568_Linux_fs/buildroot/package/boinc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BOINC
2*4882a593Smuzhiyun	bool "boinc"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlfcn.h
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
7*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBCURL
9*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Open-source software for volunteer computing and grid
12*4882a593Smuzhiyun	  computing.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  Use the idle time on your computer to cure diseases, study
15*4882a593Smuzhiyun	  global warming, discover pulsars, and do many other types of
16*4882a593Smuzhiyun	  scientific research.
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun	  https://boinc.berkeley.edu
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuncomment "boinc needs a toolchain w/ dynamic library, C++, threads, gcc >= 4.8"
21*4882a593Smuzhiyun	depends on BR2_USE_MMU
22*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
23*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 \
24*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HAS_THREADS
25