bpo-34032: Add platlibdir as an option for distinguishing /usr/lib and /usr/lib64#8068
bpo-34032: Add platlibdir as an option for distinguishing /usr/lib and /usr/lib64#8068mcepl wants to merge 2 commits into
Conversation
vstinner
left a comment
There was a problem hiding this comment.
The new "platlibdir" variable should be documented in Doc/library/sysconfig.rst:
https://docs.python.org/dev/library/sysconfig.html#installation-paths
You have to add it to the list, and also add a ".. versionchanged:: 3.8 (...)" markup to document the change.
IMHO it's worth it to also add a second NEWS entry for the sysconfig change (new "platlibdir" variable).
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
The OpenSUSE patch only changes the "unix_prefix" scheme, but the Fedora patch also changes the 'unix_home' scheme. To be honest, I don't understand well this change.
Sorry, something went wrong.
|
Hmm, this pull request fails on AppVeyor with: and with Hmm, I guess this whole thing should be limited just to Unix (non-Windows, non-Mac) systems, right? |
Sorry, something went wrong.
…d /usr/lib64 Build system has been modified to allow /usr/lib64 as well as /usr/lib into install path as well as to the search path for the Linux distributions which distinguish between 32bit and 64bit libraries.
Sorry, something went wrong.
Build system has been modified to allow /usr/lib64 as well as /usr/lib into install path as well as to the search path for the Linux distributions which distinguish between 32bit and 64bit libraries.
https://bugs.python.org/issue34032
@vstinner , @doko42 , who else?