From ed88f0ad099901dd2d55f29e8533a347dbd34fee Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 12 Apr 2025 12:39:27 +0100 Subject: [PATCH] Remove unneeded dependencies from Jamfile all together. --- test/Jamfile.v2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 88590d508..4d630fe9e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -35,11 +35,6 @@ obj no_eh : noeh_support.cpp : /boost/config//boost_config ; project : requirements - #/boost/math//boost_math - #/boost/multiprecision//boost_multiprecision - #/boost/test//included - #/boost/type_index//boost_type_index - #/boost/ublas//boost_ublas $(OBJ_REMOVAL_OPTIONS) acc:+W2068,2461,2236,4070,4069 intel-win:-nologo