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
1daad2f3
Commit
1daad2f3
authored
Jun 27, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded boost to 1.76.0
parent
cd119dfc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Makefile
Makefile
+11
-11
boost_1_76_0.tar.bz2
boost_1_76_0.tar.bz2
+0
-0
No files found.
Makefile
View file @
1daad2f3
all
:
tar
xf boost_1_7
3
_0.tar.bz2
cd
boost_1_7
3
_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_7
3
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_7
3
_0/tools/build/test
&&
python3 test_all.py
cd
boost_1_7
3
_0
&&
./b2
install
threading
=
multi
link
=
shared
rm
-rf
boost_1_7
3
_0
tar
xf boost_1_7
6
_0.tar.bz2
cd
boost_1_7
6
_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_7
6
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_7
6
_0/tools/build/test
&&
python3 test_all.py
cd
boost_1_7
6
_0
&&
./b2
install
threading
=
multi
link
=
shared
rm
-rf
boost_1_7
6
_0
temporary
:
tar
xf boost_1_7
3
_0.tar.bz2
ln
-s
boost_1_7
3
_0 boost
cd
boost_1_7
3
_0
&&
./bootstrap.sh
--prefix
=
/usr
cd
boost_1_7
3
_0
&&
./b2 stage
threading
=
multi
link
=
shared
tar
xf boost_1_7
6
_0.tar.bz2
ln
-s
boost_1_7
6
_0 boost
cd
boost_1_7
6
_0
&&
./bootstrap.sh
--prefix
=
/usr
cd
boost_1_7
6
_0
&&
./b2 stage
threading
=
multi
link
=
shared
clean
:
rm
-f
boost
rm
-rf
boost_1_7
3
_0
rm
-rf
boost_1_7
6
_0
boost_1_7
3
_0.tar.bz2
→
boost_1_7
6
_0.tar.bz2
View file @
1daad2f3
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