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
a4708d6e
Commit
a4708d6e
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded boost to 1.73.0
parent
9c0a362a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
11 deletions
+25
-11
Makefile
Makefile
+13
-11
boost_1_73_0-python_m.patch
boost_1_73_0-python_m.patch
+12
-0
boost_1_73_0.tar.bz2
boost_1_73_0.tar.bz2
+0
-0
No files found.
Makefile
View file @
a4708d6e
all
:
all
:
tar
xf boost_1_7
2
_0.tar.bz2
tar
xf boost_1_7
3
_0.tar.bz2
patch
-Np1
-d
boost_1_7
2_0 < boost_1_72
_0-python_m.patch
patch
-Np1
-d
boost_1_7
3_0 < boost_1_73
_0-python_m.patch
cd
boost_1_7
2
_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_7
3
_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_7
2
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_7
3
_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_7
2
_0/tools/build/test
&&
python3 test_all.py
cd
boost_1_7
3
_0/tools/build/test
&&
python3 test_all.py
cd
boost_1_7
2
_0
&&
./b2
install
threading
=
multi
link
=
shared
cd
boost_1_7
3
_0
&&
./b2
install
threading
=
multi
link
=
shared
rm
-rf
boost_1_7
2
_0
rm
-rf
boost_1_7
3
_0
temporary
:
temporary
:
tar
xf boost_1_72_0.tar.bz2
tar
xf boost_1_73_0.tar.bz2
cd
boost_1_72_0
&&
./bootstrap.sh
--prefix
=
/usr
ln
-s
boost_1_73_0 boost
cd
boost_1_72_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_73_0
&&
./bootstrap.sh
--prefix
=
/usr
cd
boost_1_73_0
&&
./b2 stage
threading
=
multi
link
=
shared
clean
:
clean
:
rm
-rf
boost_1_72_0
rm
-f
boost
rm
-rf
boost_1_73_0
boost_1_7
2
_0-python_m.patch
→
boost_1_7
3
_0-python_m.patch
View file @
a4708d6e
diff -uNr boost_1_7
2_0/tools/build/src/tools/python.jam boost_1_72
_0-python_m/tools/build/src/tools/python.jam
diff -uNr boost_1_7
3_0/tools/build/src/tools/python.jam boost_1_73
_0-python_m/tools/build/src/tools/python.jam
--- boost_1_7
2_0/tools/build/src/tools/python.jam 2019-12-10 10:50:17.000000000 +10
30
--- boost_1_7
3_0/tools/build/src/tools/python.jam 2020-04-22 23:06:26.000000000 +09
30
+++ boost_1_7
2_0-python_m/tools/build/src/tools/python.jam 2020-03-13 20:01:02.548352570 +10
30
+++ boost_1_7
3_0-python_m/tools/build/src/tools/python.jam 2020-07-02 10:10:11.854840084 +09
30
@@ -544,7 +544,7 @@
@@ -544,7 +544,7 @@
}
}
else
else
...
...
boost_1_7
2
_0.tar.bz2
→
boost_1_7
3
_0.tar.bz2
View file @
a4708d6e
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