File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change 5
5
6
6
require-b2 5.2 ;
7
7
8
+ import-search /boost/predef/tools/check ;
9
+
10
+ import predef ;
11
+ import boost-fiber-features ;
12
+
8
13
constant boost_dependencies :
9
14
/boost/assert//boost_assert
10
15
/boost/config//boost_config
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ import config : requires ;
14
14
import-search /boost/context ;
15
15
import boost-context-features ;
16
16
17
- feature.feature numa : on : optional propagated composite ;
18
- feature.compose <numa>on : <define>BOOST_USE_NUMA ;
19
-
20
17
constant boost_dependencies_private :
21
18
/boost/algorithm//boost_algorithm
22
19
/boost/filesystem//boost_filesystem
You can’t perform that action at this time.
0 commit comments