diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 012c649..17c6d7d 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -5,7 +5,9 @@ # http://www.boost.org/LICENSE_1_0.txt) -project : requirements /boost/graph_parallel//boost_graph_parallel +using python ; + +project : requirements /boost/graph_parallel//boost_graph_parallel /boost/system//boost_system /boost/mpi//boost_mpi /python//python diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d5671e8..37bfdac 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 /boost/graph_parallel//boost_graph_parallel /boost/system//boost_system