mirror of
https://github.com/boostorg/fiber.git
synced 2026-01-19 04:12:09 +00:00
Split b2 dependencies into public and private.
This commit is contained in:
@@ -6,13 +6,10 @@
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/algorithm//boost_algorithm
|
||||
/boost/assert//boost_assert
|
||||
/boost/config//boost_config
|
||||
/boost/context//boost_context
|
||||
/boost/core//boost_core
|
||||
/boost/filesystem//boost_filesystem
|
||||
/boost/format//boost_format
|
||||
/boost/intrusive//boost_intrusive
|
||||
/boost/predef//boost_predef
|
||||
/boost/smart_ptr//boost_smart_ptr ;
|
||||
|
||||
@@ -11,13 +11,22 @@ import testing ;
|
||||
import toolset ;
|
||||
import-search /boost/config/checks ;
|
||||
import config : requires ;
|
||||
import-search /boost/context ;
|
||||
import boost-context-features ;
|
||||
|
||||
feature.feature numa : on : optional propagated composite ;
|
||||
feature.compose <numa>on : <define>BOOST_USE_NUMA ;
|
||||
|
||||
constant boost_dependencies_private :
|
||||
/boost/algorithm//boost_algorithm
|
||||
/boost/filesystem//boost_filesystem
|
||||
/boost/format//boost_format
|
||||
;
|
||||
|
||||
project
|
||||
: common-requirements <library>$(boost_dependencies)
|
||||
: requirements
|
||||
<library>$(boost_dependencies_private)
|
||||
<library>/boost/context//boost_context
|
||||
<library>/boost/filesystem//boost_filesystem
|
||||
<target-os>solaris:<linkflags>"-llgrp"
|
||||
|
||||
Reference in New Issue
Block a user