diff --git a/package/build-wheels-linux.sh b/package/build-wheels-linux.sh index 3e0fe9be..30e588f1 100755 --- a/package/build-wheels-linux.sh +++ b/package/build-wheels-linux.sh @@ -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