From d0b33c770cae06b5f919c5829694742c9fa545e1 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 20 Jul 2024 19:39:36 -0500 Subject: [PATCH] Change all references to . --- doc/src/examples/algorithms/Jamfile | 4 ++-- doc/src/examples/core/Jamfile | 2 +- doc/src/examples/geometries/adapted/boost_range/Jamfile | 2 +- example/Jamfile | 4 ++-- index/example/Jamfile | 2 +- index/test/Jamfile | 2 +- index/test/rtree/interprocess/Jamfile | 2 +- test/Jamfile | 8 ++++---- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/src/examples/algorithms/Jamfile b/doc/src/examples/algorithms/Jamfile index 81621a0ff..84e160c1a 100644 --- a/doc/src/examples/algorithms/Jamfile +++ b/doc/src/examples/algorithms/Jamfile @@ -18,8 +18,8 @@ project boost-geometry-doc-example-algorithms : requirements - /boost/assign//boost_assign - /boost/foreach//boost_foreach + /boost/assign//boost_assign + /boost/foreach//boost_foreach ; exe append : append.cpp ; diff --git a/doc/src/examples/core/Jamfile b/doc/src/examples/core/Jamfile index 72c1c97cb..2331497e4 100644 --- a/doc/src/examples/core/Jamfile +++ b/doc/src/examples/core/Jamfile @@ -29,5 +29,5 @@ exe interior_type : interior_type.cpp ; exe point_type : point_type.cpp ; exe ring_type : ring_type.cpp ; exe rings : rings.cpp ; -exe tag : tag.cpp : /boost/assign//boost_assign ; +exe tag : tag.cpp : /boost/assign//boost_assign ; exe tag_cast : tag_cast.cpp ; diff --git a/doc/src/examples/geometries/adapted/boost_range/Jamfile b/doc/src/examples/geometries/adapted/boost_range/Jamfile index 37705b333..50e78e5a8 100644 --- a/doc/src/examples/geometries/adapted/boost_range/Jamfile +++ b/doc/src/examples/geometries/adapted/boost_range/Jamfile @@ -11,7 +11,7 @@ project boost-geometry-doc-src-example-geometries-adapted-boost_range : requirements - /boost/assign//boost_assign + /boost/assign//boost_assign ; exe filtered : filtered.cpp ; diff --git a/example/Jamfile b/example/Jamfile index 2c5b233a1..3e4856342 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -10,9 +10,9 @@ # http://www.boost.org/LICENSE_1_0.txt) -project boost-geometry-example +project boost-geometry-example : requirements - /boost/foreach//boost_foreach + /boost/foreach//boost_foreach ; exe 01_point_example : 01_point_example.cpp ; diff --git a/index/example/Jamfile b/index/example/Jamfile index a4e92f495..4704d716c 100644 --- a/index/example/Jamfile +++ b/index/example/Jamfile @@ -18,7 +18,7 @@ import os ; project boost-geometry-index-example : requirements - /boost/foreach//boost_foreach + /boost/foreach//boost_foreach ; local GLUT_ROOT = [ os.environ GLUT_ROOT ] ; diff --git a/index/test/Jamfile b/index/test/Jamfile index a65c9a373..4c5eb4490 100644 --- a/index/test/Jamfile +++ b/index/test/Jamfile @@ -21,7 +21,7 @@ project boost-geometry-index-test msvc:/bigobj windows,intel:/bigobj /boost/timer//boost_timer - /boost/test//boost_test + /boost/test//boost_test ; test-suite boost-geometry-index-detail diff --git a/index/test/rtree/interprocess/Jamfile b/index/test/rtree/interprocess/Jamfile index b80c0ca06..5d281c5a9 100644 --- a/index/test/rtree/interprocess/Jamfile +++ b/index/test/rtree/interprocess/Jamfile @@ -25,7 +25,7 @@ rule test_all msvc:/bigobj windows,intel:/bigobj linux:"-lrt" - /boost/interprocess//boost_interprocess + /boost/interprocess//boost_interprocess ] ; } diff --git a/test/Jamfile b/test/Jamfile index a9cbc622b..64cd1de54 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -24,9 +24,9 @@ project boost-geometry-test clang:-Wno-unneeded-internal-declaration # supress warning by Boost.None intel:BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE windows,intel:/bigobj - /boost/test//boost_test - /boost/foreach//boost_foreach - /boost/assign//boost_assign + /boost/test//boost_test + /boost/foreach//boost_foreach + /boost/assign//boost_assign ; # Run minimal testset @@ -40,7 +40,7 @@ if ! [ os.environ TRAVIS ] { build-project core ; -build-project concepts ; +build-project concepts ; build-project geometries ; build-project arithmetic ; build-project algorithms ;