Commit 9da88c2c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Call bootstrap with --with-python=python3

parent 927a0814
all:
tar xf boost_1_70_0.tar.bz2
cd boost_1_70_0 && ./bootstrap.sh --prefix=/usr
cd boost_1_70_0 && ./bootstrap.sh --prefix=/usr --with-python=python3
cd boost_1_70_0 && ./b2 stage threading=multi link=shared
cd boost_1_70_0/tools/build/test && python3 test_all.py
cd boost_1_70_0 && ./b2 install threading=multi link=shared
......@@ -8,7 +8,7 @@ all:
temporary:
tar xf boost_1_70_0.tar.bz2
cd boost_1_70_0 && ./bootstrap.sh --prefix=/usr
cd boost_1_70_0 && ./bootstrap.sh --prefix=/usr --with-python=python3
cd boost_1_70_0 && ./b2 stage threading=multi link=shared
clean:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment