Skip to content

Commit

Permalink
add boost atomic
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Sep 6, 2024
1 parent 90dd23f commit 2bde0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex/scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sudo apt install -y xfslibs-dev libgnutls28-dev liblz4-dev maven openssl pkg-con
pushd /tmp/
curl -L -o boost_1_75_0.tar.gz "https://graphscope.oss-cn-beijing.aliyuncs.com/dependencies/boost_1_75_0.tar.gz"
tar -xzf boost_1_75_0.tar.gz
pushd boost_1_75_0 && ./bootstrap.sh --with-libraries=system,filesystem,context,program_options,regex,thread,chrono,date_time,test # unit_test_framework used by seastar
pushd boost_1_75_0 && ./bootstrap.sh --with-libraries=system,filesystem,context,atomic,program_options,regex,thread,chrono,date_time,test # unit_test_framework used by seastar
sudo ./b2 install link=shared runtime-link=shared variant=release threading=multi
popd && sudo rm -rf boost_1_75_0
rm boost_1_75_0.tar.gz
Expand Down

0 comments on commit 2bde0e9

Please sign in to comment.