Skip to content

Commit 238487b

Browse files
committed
fix property numa
1 parent 0489526 commit 238487b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

boost-fiber-features.jam

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright René Ferdinand Rivera Morell 2023-2024
2+
# Distributed under the Boost Software License, Version 1.0.
3+
# (See accompanying file LICENSE_1_0.txt or copy at
4+
# http://www.boost.org/LICENSE_1_0.txt)
5+
6+
import feature ;
7+
import os ;
8+
9+
feature.feature numa : on : optional propagated composite ;
10+
feature.compose <numa>on : <define>BOOST_USE_NUMA ;

build.jam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
require-b2 5.2 ;
77

8+
import-search /boost/predef/tools/check ;
9+
10+
import predef ;
11+
import boost-fiber-features ;
12+
813
constant boost_dependencies :
914
/boost/assert//boost_assert
1015
/boost/config//boost_config

build/Jamfile.v2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ import config : requires ;
1414
import-search /boost/context ;
1515
import boost-context-features ;
1616

17-
feature.feature numa : on : optional propagated composite ;
18-
feature.compose <numa>on : <define>BOOST_USE_NUMA ;
19-
2017
constant boost_dependencies_private :
2118
/boost/algorithm//boost_algorithm
2219
/boost/filesystem//boost_filesystem

0 commit comments

Comments
 (0)