mirror of
https://github.com/boostorg/fiber.git
synced 2026-01-19 04:12:09 +00:00
11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
# 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 ;
|