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
27d36556
Commit
27d36556
authored
Aug 30, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated boost to 1.70.0
parent
03c9e3f9
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_70_0.tar.bz2
boost_1_70_0.tar.bz2
+0
-0
No files found.
Makefile
View file @
27d36556
all
:
all
:
tar
xf boost_1_
67
_0.tar.bz2
tar
xf boost_1_
70
_0.tar.bz2
cd
boost_1_
67
_0
&&
./bootstrap.sh
--prefix
=
/usr
cd
boost_1_
70
_0
&&
./bootstrap.sh
--prefix
=
/usr
cd
boost_1_
67
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_
70
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_
67
_0/tools/build/test
&&
python test_all.py
cd
boost_1_
70
_0/tools/build/test
&&
python test_all.py
cd
boost_1_
67
_0
&&
./b2
install
threading
=
multi
link
=
shared
cd
boost_1_
70
_0
&&
./b2
install
threading
=
multi
link
=
shared
rm
-rf
boost_1_
67
_0
rm
-rf
boost_1_
70
_0
temporary
:
temporary
:
tar
xf boost_1_
67
_0.tar.bz2
tar
xf boost_1_
70
_0.tar.bz2
cd
boost_1_
67
_0
&&
./bootstrap.sh
--prefix
=
/usr
cd
boost_1_
70
_0
&&
./bootstrap.sh
--prefix
=
/usr
cd
boost_1_
67
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_
70
_0
&&
./b2 stage
threading
=
multi
link
=
shared
clean
:
clean
:
rm
-rf
boost_1_
67
_0
rm
-rf
boost_1_
70
_0
boost_1_
67
_0.tar.bz2
→
boost_1_
70
_0.tar.bz2
View file @
27d36556
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