From 3e59d3a7ce7c8fc69ea1abf86f4c0c9dc0fa280b Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 3 Aug 2024 12:31:40 -0500 Subject: [PATCH] Add python build setup. --- example/Jamfile.v2 | 4 +++- test/Jamfile.v2 | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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