Skip to content
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

gh-59795: distinct python-config from pkg-config python #737

Closed
wants to merge 1 commit into from

Conversation

haubi
Copy link

@haubi haubi commented Mar 20, 2017

Fix output of 'python-config' for creating loadable Python modules.
Fix output of 'pkg-config python' for linking against the interpreter.

Fix output of 'python-config' for creating loadable Python modules.
Fix output of 'pkg-config python' for linking against the interpreter.
@mention-bot
Copy link

@haubi, thanks for your PR! By analyzing the history of the files in this pull request, we identified @brettcannon, @ned-deily and @loewis to be potential reviewers.

Copy link

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please re base this or want new taker for this?

@ned-deily
Copy link
Member

ned-deily commented May 31, 2019

See more recent bpo-36721 (#80902) which also addresses this area.

@vstinner
Copy link
Member

vstinner commented Jun 2, 2019

See more recent bpo-36721 (#80902) which also addresses this area.

I'm not sure that bpo-36721 (#80902) is related. Misc/python-config.sh.in still uses SYSLIBS, whereas Misc/python.pc.in doesn't.

@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Feb 19, 2022
@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Jul 28, 2022
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Aug 28, 2022
Copy link
Member

@iritkatriel iritkatriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has merge conflicts now.

@bedevere-bot
Copy link

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Nov 30, 2022
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Dec 31, 2022
@haubi
Copy link
Author

haubi commented Jan 9, 2023

Unfortunately, meanwhile I have moved on to completely different tasks, and have neither the environment nor the time any more to look into that again: Feel free to pick up!

@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Jan 10, 2023
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Feb 10, 2023
@erlend-aasland erlend-aasland changed the title bpo-15590: distinct python-config from pkg-config python gh-59795: distinct python-config from pkg-config python Feb 21, 2023
@erlend-aasland
Copy link
Contributor

Meta: added GitHub links to OP and comments for easier navigation.

@erlend-aasland
Copy link
Contributor

Unfortunately, meanwhile I have moved on to completely different tasks, and have neither the environment nor the time any more to look into that again: Feel free to pick up!

In that case, I propose to close this PR. If anybody wants to pick this up, they'll be better off by starting from scratch; the build system has seen huge changes the recent years.

We should also consider closing the linked issue; I'm unsure if this is a real problem anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting changes stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet