fix property numa

This commit is contained in:
Oliver Kowalke
2025-02-21 15:28:56 +01:00
parent 048952639a
commit 238487b543
3 changed files with 15 additions and 3 deletions
+10
View File
@@ -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
View File
@@ -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
-3
View File
@@ -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