Skip to content

Commit

Permalink
Update script to include qvm and timer
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 17, 2023
1 parent 62214a2 commit e8a2d2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions local/scripts/CreateBoost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"



Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit e8a2d2f

Please sign in to comment.