Skip to content

Commit

Permalink
Update build-boost.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lalo authored Oct 4, 2023
1 parent 3f04843 commit 2316c42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vowpal_wabbit/manylinux/build-boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ cd $BOOST_ROOT
./b2 -j$(nproc) cxxflags="-fPIC" variant=release link=static --with-python --user-config="/python-config.jam" python="3.8" install
./b2 -j$(nproc) cxxflags="-fPIC" variant=release link=static --with-python --user-config="/python-config.jam" python="3.9" install
./b2 -j$(nproc) cxxflags="-fPIC" variant=release link=static --with-python --user-config="/python-config.jam" python="3.10" install
./b2 -j$(nproc) cxxflags="-fPIC" variant=release link=static --with-python --user-config="/python-config.jam" python="3.11" install
./b2 -j$(nproc) cxxflags="-fPIC" variant=release link=static --with-python --user-config="/python-config.jam" python="3.12" install

cd /
rm -rf /tmp/boost_src/ /tmp/boost.tar.gz

0 comments on commit 2316c42

Please sign in to comment.