-
Notifications
You must be signed in to change notification settings - Fork 50
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
Upgrade CMake to 3.14 #407
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mstabrin , if you can test this branch and the instructions, it would be nice to confirm. |
shadowwalkersb
force-pushed
the
refactor-cmake
branch
from
August 24, 2019 04:02
87e1bff
to
f23c5fd
Compare
shadowwalkersb
force-pushed
the
refactor-cmake
branch
from
October 1, 2019 13:58
f23c5fd
to
4683f80
Compare
shadowwalkersb
force-pushed
the
cmake-upgrade
branch
from
October 1, 2019 14:02
d6ed309
to
97a85ad
Compare
shadowwalkersb
force-pushed
the
cmake-upgrade
branch
2 times, most recently
from
October 2, 2019 23:16
9f6dad5
to
a2ced75
Compare
shadowwalkersb
force-pushed
the
cmake-upgrade
branch
from
October 3, 2019 16:02
a2ced75
to
bfd754d
Compare
Added to the description an item about detecting if the python interpreter is linked against static or shared libpython. This is critical to avoid segfaults. Otherwise, this is ready to merge. After this is merged, developers will need to upgrade CMake.
|
shadowwalkersb
force-pushed
the
cmake-upgrade
branch
2 times, most recently
from
October 18, 2019 00:59
d38cf61
to
3d08f3c
Compare
shadowwalkersb
force-pushed
the
cmake-upgrade
branch
2 times, most recently
from
October 24, 2019 20:02
2cabe3f
to
4dfc3f9
Compare
shadowwalkersb
force-pushed
the
cmake-upgrade
branch
from
October 30, 2019 18:59
4dfc3f9
to
96b2fb5
Compare
shadowwalkersb
force-pushed
the
cmake-upgrade
branch
from
November 1, 2019 17:12
96b2fb5
to
da81c5b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Boost
versions which will be needed forPython 3
.libpython.so
orlibpython.a
and sets linker flags accordingly to avoid segmentation faults.