From a9516ad819eaaafca202d787c370642b5d445fcf Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 3 Aug 2024 12:29:04 -0500 Subject: [PATCH] Update build deps. --- example/Jamfile.v2 | 2 ++ test/Jamfile.v2 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 2fdd0c56..cf4bba3c 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -12,6 +12,8 @@ import path ; path-constant TEST_DIR : . ; +project : requirements /boost/graph//boost_graph ; + run accum-compile-times.cpp : $(TEST_DIR)/makefile-dependencies.dat $(TEST_DIR)/makefile-target-names.dat $(TEST_DIR)/target-compile-costs.dat ; exe actor_clustering : actor_clustering.cpp ; run adj_list_ra_edgelist.cpp ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 63b4f93b..9048b24f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -22,6 +22,8 @@ path-constant CYCLE_RATIO_INPUT_FILE : ./cycle_ratio_s382.90.dot ; path-constant METIS_INPUT_FILE : ./weighted_graph.gr ; +project : requirements /boost/graph//boost_graph ; + alias graph_test_regular : # test_graphs will eventually defined a framework for testing the structure # and implementation of graph data structures and adaptors.