2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00
Files
python/build.jam
2024-08-18 13:16:00 -04:00

43 lines
1.5 KiB
Plaintext

# Copyright René Ferdinand Rivera Morell 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)
require-b2 5.2 ;
project /boost/python
: common-requirements
<library>/boost/align//boost_align
<library>/boost/bind//boost_bind
<library>/boost/config//boost_config
<library>/boost/conversion//boost_conversion
<library>/boost/core//boost_core
<library>/boost/detail//boost_detail
<library>/boost/foreach//boost_foreach
<library>/boost/function//boost_function
<library>/boost/graph//boost_graph
<library>/boost/integer//boost_integer
<library>/boost/iterator//boost_iterator
<library>/boost/lexical_cast//boost_lexical_cast
<library>/boost/mpl//boost_mpl
<library>/boost/numeric_conversion//boost_numeric_conversion
<library>/boost/preprocessor//boost_preprocessor
<library>/boost/property_map//boost_property_map
<library>/boost/smart_ptr//boost_smart_ptr
<library>/boost/static_assert//boost_static_assert
<library>/boost/tuple//boost_tuple
<library>/boost/type_traits//boost_type_traits
<library>/boost/utility//boost_utility
<include>include
;
explicit
[ alias boost_python : build//boost_python ]
[ alias boost_numpy : build//boost_numpy ]
[ alias all : boost_python boost_numpy test ]
;
call-if : boost-library python
: install boost_python boost_numpy
;