From e8a2d2f2305cc2cb33b451d5c3a93d3125870cff Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Sun, 17 Dec 2023 09:48:53 -0600 Subject: [PATCH] Update script to include qvm and timer --- local/scripts/CreateBoost.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/local/scripts/CreateBoost.sh b/local/scripts/CreateBoost.sh index 0eb2e96c1..5e4223d71 100755 --- a/local/scripts/CreateBoost.sh +++ b/local/scripts/CreateBoost.sh @@ -13,7 +13,7 @@ pkgdir="${HOME}/git/bh" boosttargz="boost_1_84_0.tar.gz" ## -- current package version and date (and other metadata as needed) version="1.84.0-0" -date="2023-12-13" +date="2023-12-17" @@ -141,11 +141,13 @@ bcp --boost=${boostroot} ${boostlibs} ${pkgincl} > /dev/null 2>&1 # Plus lambda2 (issue ticket #81) # Plus process (issue ticket #78) # Plus url (new in 1.81.0) +# Plus timer (issue ticket #84) +# Plus qvm (issue ticket #97) boostextras="spirit foreach algorithm iostreams \ dynamic_bitset heap any circular_buffer geometry fusion graph \ multiprecision phoenix bimap icl flyweight property_tree \ scope_exit atomic align sort compute mp11 polygon accumulators \ - beast lambda2 process url" + beast lambda2 process url timer qvm" echo "Copying (extra) Boost libraries into BH"