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
cd119dfc
Commit
cd119dfc
authored
Sep 24, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We no longer need the patch for python headers
parent
a4708d6e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
Makefile
Makefile
+0
-1
boost_1_73_0-python_m.patch
boost_1_73_0-python_m.patch
+0
-12
No files found.
Makefile
View file @
cd119dfc
all
:
tar
xf boost_1_73_0.tar.bz2
patch
-Np1
-d
boost_1_73_0 < boost_1_73_0-python_m.patch
cd
boost_1_73_0
&&
./bootstrap.sh
--prefix
=
/usr
--with-python
=
python3
cd
boost_1_73_0
&&
./b2 stage
threading
=
multi
link
=
shared
cd
boost_1_73_0/tools/build/test
&&
python3 test_all.py
...
...
boost_1_73_0-python_m.patch
deleted
100644 → 0
View file @
a4708d6e
diff -uNr boost_1_73_0/tools/build/src/tools/python.jam boost_1_73_0-python_m/tools/build/src/tools/python.jam
--- boost_1_73_0/tools/build/src/tools/python.jam 2020-04-22 23:06:26.000000000 +0930
+++ boost_1_73_0-python_m/tools/build/src/tools/python.jam 2020-07-02 10:10:11.854840084 +0930
@@ -544,7 +544,7 @@
}
else
{
- includes ?= $(prefix)/include/python$(version) ;
+ includes ?= $(prefix)/include/python$(version)m ;
local lib = $(exec-prefix)/lib ;
libraries ?= $(lib)/python$(version)/config $(lib) ;
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