Add python build setup.

This commit is contained in:
Rene Rivera
2024-08-03 12:31:40 -05:00
parent 72a60073d4
commit 3e59d3a7ce
2 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,9 @@
# http://www.boost.org/LICENSE_1_0.txt)
project : requirements <library>/boost/graph_parallel//boost_graph_parallel
using python ;
project : requirements <library>/boost/graph_parallel//boost_graph_parallel
<library>/boost/system//boost_system
<library>/boost/mpi//boost_mpi
<library>/python//python

View File

@@ -2,11 +2,12 @@
# (C) Copyright 2005, 2006 Trustees of Indiana University
# (C) Copyright 2005 Douglas Gregor
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# 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.)
using python ;
project /boost/graph_parallel/test
project /boost/graph_parallel/test
: requirements
<library>/boost/graph_parallel//boost_graph_parallel
<library>/boost/system//boost_system