From 620ddec3ee4b941069a9a7cdbbe5b9054f6cf07d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 20 Aug 2024 19:39:13 +0300 Subject: [PATCH] Update build.jam, test/Jamfile --- build.jam | 17 +++++++---------- test/Jamfile.v2 | 3 ++- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/build.jam b/build.jam index 62d780a..d5f4cf7 100644 --- a/build.jam +++ b/build.jam @@ -1,24 +1,21 @@ -# 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 ; constant boost_dependencies : /boost/config//boost_config - /boost/core//boost_core ; - -project /boost/bind - : common-requirements - include + /boost/core//boost_core ; +project /boost/bind ; + explicit - [ alias boost_bind : : : : $(boost_dependencies) ] + [ alias boost_bind : : : : include $(boost_dependencies) ] [ alias all : boost_bind test ] ; call-if : boost-library bind ; - diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 06bcb5f..e834b71 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -26,8 +26,9 @@ project clang:$(gcc-flags) /boost/bind//boost_bind - /boost/smart_ptr//boost_smart_ptr + /boost/core//boost_core /boost/function//boost_function + /boost/smart_ptr//boost_smart_ptr ; # quick test (for CI)