From 5d36b5d6e222bebdd506d296b22ba7273fb1c2e5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 3 Feb 2019 21:27:07 +0000 Subject: Remove boost::filesystem in favour of std::filesystem --- Jamroot.jam | 4 +--- service/Jamfile.jam | 8 ++------ site/Jamfile.jam | 6 ++---- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/Jamroot.jam b/Jamroot.jam index 5fae5b6..12b3750 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -42,9 +42,7 @@ lib dbppcore : : : : /usr/include/dbpp ; lib Ice : : Ice++11 ; lib pthread ; lib IceBox : : IceBox++11 ; -lib boost_filesystem ; -lib boost_system ; -lib boost_thread ; +lib stdc++fs ; lib boost_date_time ; lib xml2 : : : : /usr/include/libxml2 ; diff --git a/service/Jamfile.jam b/service/Jamfile.jam index 1bbd33a..7e1221b 100644 --- a/service/Jamfile.jam +++ b/service/Jamfile.jam @@ -45,8 +45,7 @@ lib mirrorsearch-service++11 : curl ..//adhocutil ..//dbppcore - ..//boost_system - ..//boost_filesystem + ..//stdc++fs ..//boost_date_time ..//Ice ..//IceBox @@ -74,15 +73,12 @@ run test.cpp schema.sql : BOOST_TEST_DYN_LINK - ..//boost_system - ..//boost_filesystem + ..//stdc++fs boost_utf ROOT=\"$(me)\" dbpp-postgresql ..//dbppcore ..//adhocutil - ..//boost_system - ..//boost_filesystem ..//Ice ..//IceBox ..//pthread diff --git a/site/Jamfile.jam b/site/Jamfile.jam index f835fb9..3dcf908 100644 --- a/site/Jamfile.jam +++ b/site/Jamfile.jam @@ -7,8 +7,7 @@ lib icespider-fcgi ; lib icespider-testing ; lib adhocutil ; lib pthread ; -lib boost_system ; -lib boost_filesystem ; +lib stdc++fs ; lib slicer ; lib slicer-json ; lib slicer-db ; @@ -25,7 +24,6 @@ lib icespider : : ..//Ice pthread slicer - boost_system ; alias mirrorsearchsite : @@ -62,7 +60,7 @@ run mirrorsearchsite : : : yes - boost_filesystem + stdc++fs icespider-testing boost_unit_test_framework ../service//mirrorsearch-service++11 -- cgit v1.2.3