Skip to content

Commit b4e8c59

Browse files
committed
try to uninstall python3.8 and not install boost for 3.10 on Ubuntu20.04
1 parent 661eafc commit b4e8c59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/install_dependencies.sh

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ if (( COMPILE_BOOST )); then
3737
py3_root=`${py3} -c "import sys; print(sys.prefix)"`
3838
pyv=`$py3 -c "import sys;x='{v[0]}.{v[1]}'.format(v=list(sys.version_info[:2]));sys.stdout.write(x)";`
3939

40+
echo " ./bootstrap.sh \
41+
--prefix=${ROOT_DIR}/install/boost
42+
--with-libraries=python,filesystem,system,program_options \
43+
--with-python=${py3} --with-python-root=${py3_root}"
44+
4045
./bootstrap.sh \
4146
--prefix=${ROOT_DIR}/install/boost
4247
--with-libraries=python,filesystem,system,program_options \

0 commit comments

Comments
 (0)