mirror of
https://github.com/boostorg/fiber.git
synced 2026-07-21 13:13:32 +00:00
fix property numa
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Copyright René Ferdinand Rivera Morell 2023-2024
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import feature ;
|
||||
import os ;
|
||||
|
||||
feature.feature numa : on : optional propagated composite ;
|
||||
feature.compose <numa>on : <define>BOOST_USE_NUMA ;
|
||||
@@ -5,6 +5,11 @@
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
import-search /boost/predef/tools/check ;
|
||||
|
||||
import predef ;
|
||||
import boost-fiber-features ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/assert//boost_assert
|
||||
/boost/config//boost_config
|
||||
|
||||
@@ -14,9 +14,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user