{{ message }}
[WIP] bpo-1294959: Better support for systems with /usr/lib64#11755
Closed
stratakis wants to merge 2 commits into
Closed
[WIP] bpo-1294959: Better support for systems with /usr/lib64#11755stratakis wants to merge 2 commits into
stratakis wants to merge 2 commits into
Conversation
Contributor
Author
|
This PR is based on #3698 rebased on top of master and the NEWS entries tidied up a bit. I haven't tested it yet as of recently thus the WIP in the title. |
Sorry, something went wrong.
merwok
reviewed
Feb 4, 2019
Contributor
|
@stratakis, thank you for opening this to continue the work from #3698. Please fix the merge conflicts and that will retrigger the CI builds. Thanks! |
Sorry, something went wrong.
This introduces a new configure and sysconfig variable `platsubdir`, which is the name of subdirectory of $prefix that holds platform-specific libraries. On many Linux distributions, there is separation between /usr/lib and /usr/lib64, which was causing some problems due to the way Python manages its install paths. Now, platsubdir is used to select the appropriate lib directory.
d2ac93a to
4c53566
Compare
July 14, 2019 12:15
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.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.
https://bugs.python.org/issue1294959