From 09cbbdf37fb1233c82daf2ec49138aa4ca7fd871 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 4 Sep 2024 13:04:43 +0300 Subject: [PATCH] Update build.jam, test/Jamfile --- build.jam | 14 +++++--------- test/Jamfile.v2 | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/build.jam b/build.jam index d4c6cff..cb830c3 100644 --- a/build.jam +++ b/build.jam @@ -1,20 +1,16 @@ -# Copyright René Ferdinand Rivera Morell 2023-2024 +# Copyright 2023-2024 René Ferdinand Rivera Morell +# Copyright 2024 Peter Dimov # 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) +# https://www.boost.org/LICENSE_1_0.txt require-b2 5.2 ; -project /boost/ratio - : common-requirements - include - ; +project /boost/ratio ; explicit - [ alias boost_ratio : : : : $(boost_dependencies) ] + [ alias boost_ratio : : : : include $(boost_dependencies) ] [ alias all : boost_ratio test ] ; call-if : boost-library ratio ; - diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index afda879..0103df7 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -12,7 +12,7 @@ import testing ; project : requirements pedantic - /boost/config//boost_config + /boost/ratio//boost_ratio /boost/core//boost_core /boost/integer//boost_integer /boost/mpl//boost_mpl