Skip to content

Commit

Permalink
Add unit_test_framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Edouard Sarlin committed Aug 31, 2023
1 parent d592dc7 commit e5c4fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/build-wheels-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ wget -nv https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/${BOOS
tar xzf ${BOOST_FILENAME}.tar.gz
cd ${BOOST_FILENAME}
./bootstrap.sh --with-libraries=serialization,filesystem,thread,system,atomic,date_time,timer,chrono,program_options,regex,graph
./b2 -j$(nproc) cxxflags="-fPIC" variant=release link=shared install
./b2 -j$(nproc) cxxflags="-fPIC" variant=release link=shared --with-test install

# ------ Install dependencies from the default repositories ------
cd $CURRDIR
Expand Down

0 comments on commit e5c4fea

Please sign in to comment.