Commit 03c9e3f9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Add production boost build and groups file

parent f11168f7
all:
tar xf boost_1_67_0.tar.bz2
cd boost_1_67_0 && ./bootstrap.sh --prefix=/usr
cd boost_1_67_0 && ./b2 stage threading=multi link=shared
cd boost_1_67_0/tools/build/test && python test_all.py
cd boost_1_67_0 && ./b2 install threading=multi link=shared
rm -rf boost_1_67_0
temporary:
tar xf boost_1_67_0.tar.bz2
cd boost_1_67_0 && ./bootstrap.sh --prefix=/usr
......
headers
/usr/include/.*\.(h|hpp|ipp|inc)
/usr/include/boost/compatibility/cpp_c_headers/.*
lib
/usr/lib/lib.*
bytecode
/usr/lib/.*\.py[oc]
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