-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update boost and python-cmake #49
Conversation
Remove already applied patches/boost/0001-7970.patch Remove incorrect hunk from patches/boost/0003-7920.patch
@adrianbroher I've updated boost to 1.68 and changed some gil patches, could you review it? |
It looks like boost >= 1.67 requires to add |
Next thing I catch is boostorg/python#212 |
bafb312
to
9e41cbb
Compare
9e41cbb
to
c264752
Compare
There is a bug in python's |
I've fixed |
I've prepared patch for |
c21a3cd
to
b184856
Compare
439952f
to
4329105
Compare
I've updated boost to 1.70 but found errors about missing gil files |
4329105
to
e678ec3
Compare
I've split out boost 1.69 to 1.70 so it possible to merge this PR now. |
But pull request 50 is listed as superseding this. Which should be merged? |
#50 still has unsolved issues so only this PR could be merged. |
Extracted from #48.
Updates boost to 1.69, next version update is in #50.
Should be usable even with python2 only support.