# Boost.Build Configuration # Automatically generated by bootstrap.sh import option ; import feature ; # Compiler configuration. This definition will be used unless # you already have defined some toolsets in your user-config.jam # file. if ! gcc in [ feature.values ] { using gcc ; } project : default-build gcc ; # Python configuration import python ; if ! [ python.configured ] { using python : 3.9 : "/usr" ; } path-constant ICU_PATH : /usr ; # List of --with- and --without- # options. If left empty, all libraries will be built. # Options specified on the command line completely # override this variable. libraries = --with-atomic --with-chrono --with-thread --with-system --with-regex --with-random --with-program_options --with-date_time --with-iostreams --with-context --with-coroutine --with-filesystem --with-python --with-container ; # These settings are equivalent to corresponding command-line # options. option.set prefix : /var/tmp/portage/sys-cluster/ceph-16.2.6-r2/work/ceph-16.2.6_build/boost ; option.set exec-prefix : /var/tmp/portage/sys-cluster/ceph-16.2.6-r2/work/ceph-16.2.6_build/boost ; option.set libdir : /var/tmp/portage/sys-cluster/ceph-16.2.6-r2/work/ceph-16.2.6_build/boost/lib ; option.set includedir : /var/tmp/portage/sys-cluster/ceph-16.2.6-r2/work/ceph-16.2.6_build/boost/include ; # Stop on first error option.set keep-going : false ;