Config.in 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. config BR2_PACKAGE_BOOST
  2. bool "boost"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. select BR2_PACKAGE_BZIP2
  5. select BR2_PACKAGE_ZLIB
  6. help
  7. A general purpose C++ library
  8. http://www.boost.org/
  9. if BR2_PACKAGE_BOOST
  10. config BR2_PACKAGE_BOOST_MULTITHREADED
  11. depends on BR2_TOOLCHAIN_HAS_THREADS
  12. bool "boost-multithreaded"
  13. help
  14. Build the boost libraries as multithreaded
  15. config BR2_PACKAGE_BOOST_CHRONO
  16. bool "boost-chrono"
  17. config BR2_PACKAGE_BOOST_DATE_TIME
  18. bool "boost-date_time"
  19. config BR2_PACKAGE_BOOST_EXCEPTION
  20. bool "boost-exception"
  21. config BR2_PACKAGE_BOOST_FILESYSTEM
  22. bool "boost-filesystem"
  23. config BR2_PACKAGE_BOOST_GRAPH
  24. bool "boost-graph"
  25. config BR2_PACKAGE_BOOST_GRAPH_PARALLEL
  26. bool "boost-graph_parallel"
  27. config BR2_PACKAGE_BOOST_ICU
  28. select BR2_PACKAGE_ICU
  29. bool "boost-icu"
  30. config BR2_PACKAGE_BOOST_IOSTREAMS
  31. bool "boost-iostreams"
  32. config BR2_PACKAGE_BOOST_MATH
  33. bool "boost-math"
  34. config BR2_PACKAGE_BOOST_MPI
  35. bool "boost-mpi"
  36. config BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
  37. bool "boost-program_options"
  38. config BR2_PACKAGE_BOOST_RANDOM
  39. bool "boost-random"
  40. config BR2_PACKAGE_BOOST_REGEX
  41. bool "boost-regex"
  42. config BR2_PACKAGE_BOOST_SERIALIZATION
  43. bool "boost-serialization"
  44. config BR2_PACKAGE_BOOST_SIGNALS
  45. bool "boost-signals"
  46. config BR2_PACKAGE_BOOST_SYSTEM
  47. bool "boost-system"
  48. config BR2_PACKAGE_BOOST_TEST
  49. bool "boost-test"
  50. config BR2_PACKAGE_BOOST_THREAD
  51. depends on BR2_TOOLCHAIN_HAS_THREADS
  52. bool "boost-thread"
  53. config BR2_PACKAGE_BOOST_WAVE
  54. bool "boost-wave"
  55. endif