Config.in 678 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_BOINC
  2. bool "boinc"
  3. depends on BR2_USE_MMU # fork()
  4. depends on !BR2_STATIC_LIBS # dlfcn.h
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. select BR2_PACKAGE_LIBCURL
  8. select BR2_PACKAGE_OPENSSL
  9. help
  10. Open-source software for volunteer computing and grid
  11. computing.
  12. Use the idle time on your computer to cure diseases, study
  13. global warming, discover pulsars, and do many other types of
  14. scientific research.
  15. https://boinc.berkeley.edu
  16. comment "boinc needs a toolchain w/ dynamic library, C++, threads"
  17. depends on BR2_USE_MMU
  18. depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
  19. || !BR2_TOOLCHAIN_HAS_THREADS