From 03f542ab4e693a55949a446cd857bb717cdd8475 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 11 Aug 2024 09:23:25 -0500 Subject: [PATCH] Change math dep real target math/tr1. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b3d21c6ef..1add4d520 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -9,7 +9,7 @@ project : id serialization_test : requirements /boost/filesystem//boost_filesystem - /boost/math//boost_math + /boost/math//boost_math_tr1 ; # import rules for testing conditional on config file variables