Skip to content

Commit 3e59d3a

Browse files
committed
Add python build setup.
1 parent 72a6007 commit 3e59d3a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

example/Jamfile.v2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# http://www.boost.org/LICENSE_1_0.txt)
66

77

8-
project : requirements <library>/boost/graph_parallel//boost_graph_parallel
8+
using python ;
9+
10+
project : requirements <library>/boost/graph_parallel//boost_graph_parallel
911
<library>/boost/system//boost_system
1012
<library>/boost/mpi//boost_mpi
1113
<library>/python//python

test/Jamfile.v2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
# (C) Copyright 2005, 2006 Trustees of Indiana University
33
# (C) Copyright 2005 Douglas Gregor
44
#
5-
# Distributed under the Boost Software License, Version 1.0. (See accompanying
5+
# Distributed under the Boost Software License, Version 1.0. (See accompanying
66
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
77

8+
using python ;
89

9-
project /boost/graph_parallel/test
10+
project /boost/graph_parallel/test
1011
: requirements
1112
<library>/boost/graph_parallel//boost_graph_parallel
1213
<library>/boost/system//boost_system

0 commit comments

Comments
 (0)