[WIP] bpo-1294959: setup.py uses sys.platlibdir by vstinner · Pull Request #18917 · python/cpython · GitHub
Skip to content

[WIP] bpo-1294959: setup.py uses sys.platlibdir - #18917

Closed
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:setup_lib64
Closed

vstinner wants to merge 1 commit into
python:masterfrom
vstinner:setup_lib64

Conversation

@vstinner

@vstinner vstinner commented Mar 11, 2020

Copy link
Copy Markdown
Member

setup.py now uses sys.platlibdir to configure the compiler library
directories and to locate the termcap library.

https://bugs.python.org/issue1294959

setup.py now uses sys.platlibdir to configure the compiler library
directories and to locate the termcap library.
@vstinner

Copy link
Copy Markdown
Member Author

@vstinner

Copy link
Copy Markdown
Member Author

I have questions.

  • Do we really need this change?
  • Who install libraries in /usr/local? Fedora packages should only install libraries in /usr, not /usr/local. Is it a convenient change for users who install modified or more recent libraries in /usr/local?
  • Why only termcap requires a special change? Is it because termcap library is installed in a subdirectory (/usr/lib/termcap, not "simply" /usr/lib)

@vstinner

Copy link
Copy Markdown
Member Author

@vstinner vstinner closed this Mar 13, 2020
@vstinner
vstinner deleted the setup_lib64 branch March 13, 2020 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants