Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
boost
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
boost
Commits
8ec59b47
Commit
8ec59b47
authored
Mar 13, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated boost to 1.72.0
parent
9da88c2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
Makefile
Makefile
+10
-10
boost_1_72_0.tar.bz2
boost_1_72_0.tar.bz2
+0
-0
No files found.
Makefile
View file @
8ec59b47
all
:
all
:
tar
xf boost_1_7
0
_0.tar.bz2
tar
xf boost_1_7
2
_0.tar.bz2
cd
boost_1_7
0
_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_7
2
_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_7
0
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_7
2
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_7
0
_0/tools/build/test
&&
python3 test_all.py
cd
boost_1_7
2
_0/tools/build/test
&&
python3 test_all.py
cd
boost_1_7
0
_0
&&
./b2
install
threading
=
multi
link
=
shared
cd
boost_1_7
2
_0
&&
./b2
install
threading
=
multi
link
=
shared
rm
-rf
boost_1_7
0
_0
rm
-rf
boost_1_7
2
_0
temporary
:
temporary
:
tar
xf boost_1_7
0
_0.tar.bz2
tar
xf boost_1_7
2
_0.tar.bz2
cd
boost_1_7
0
_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_7
2
_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_7
0
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_7
2
_0
&&
./b2 stage
threading
=
multi
link
=
shared
clean
:
clean
:
rm
-rf
boost_1_7
0
_0
rm
-rf
boost_1_7
2
_0
boost_1_7
0
_0.tar.bz2
→
boost_1_7
2
_0.tar.bz2
View file @
8ec59b47
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment