2012-12-11 22:50:11 +01:00
|
|
|
comment "boost requires a toolchain with C++ and large file support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE
|
2012-03-03 21:00:05 +01:00
|
|
|
|
2011-10-13 12:39:12 +02:00
|
|
|
config BR2_PACKAGE_BOOST
|
|
|
|
bool "boost"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2012-12-11 22:50:11 +01:00
|
|
|
depends on BR2_LARGEFILE
|
2011-10-13 12:39:12 +02:00
|
|
|
select BR2_PACKAGE_BZIP2
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
A general purpose C++ library
|
|
|
|
|
|
|
|
http://www.boost.org/
|
|
|
|
|
|
|
|
if BR2_PACKAGE_BOOST
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_MULTITHREADED
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
bool "boost-multithreaded"
|
|
|
|
help
|
|
|
|
Build the boost libraries as multithreaded
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_CHRONO
|
|
|
|
bool "boost-chrono"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_DATE_TIME
|
|
|
|
bool "boost-date_time"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_EXCEPTION
|
|
|
|
bool "boost-exception"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_FILESYSTEM
|
|
|
|
bool "boost-filesystem"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_GRAPH
|
|
|
|
bool "boost-graph"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_GRAPH_PARALLEL
|
|
|
|
bool "boost-graph_parallel"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_IOSTREAMS
|
|
|
|
bool "boost-iostreams"
|
|
|
|
|
2012-04-16 21:46:46 +02:00
|
|
|
config BR2_PACKAGE_BOOST_LOCALE
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
bool "boost-locale"
|
|
|
|
|
|
|
|
comment "boost-locale requires a toolchain with wchar support"
|
|
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
|
2011-10-13 12:39:12 +02:00
|
|
|
config BR2_PACKAGE_BOOST_MATH
|
|
|
|
bool "boost-math"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_MPI
|
|
|
|
bool "boost-mpi"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
|
|
|
|
bool "boost-program_options"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_RANDOM
|
|
|
|
bool "boost-random"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_REGEX
|
|
|
|
bool "boost-regex"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_SERIALIZATION
|
|
|
|
bool "boost-serialization"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_SIGNALS
|
|
|
|
bool "boost-signals"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_SYSTEM
|
|
|
|
bool "boost-system"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_TEST
|
|
|
|
bool "boost-test"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_THREAD
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
bool "boost-thread"
|
|
|
|
|
2012-04-16 21:46:46 +02:00
|
|
|
config BR2_PACKAGE_BOOST_TIMER
|
|
|
|
bool "boost-timer"
|
|
|
|
|
2011-10-13 12:39:12 +02:00
|
|
|
config BR2_PACKAGE_BOOST_WAVE
|
|
|
|
bool "boost-wave"
|
|
|
|
|
|
|
|
endif
|
|
|
|
|