-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
pkg-config support #47835
Comments
This patch adds pkg-config support to the python build, a python.pc file Diff made against revision 65796 |
I cannot discuss about the feature itself, but the patch should |
Thanks for the comments Amaury, this patch uses ${VERSION} throughout so cheers, |
This version sets Libs.private for static compiles. Any chance this will make it into the 2.6/3.0 release candidates ? cheers, |
Is there anything I can do to move this forward at all? cheers, |
The patch looks fine to me. I have however some questions to ask to
|
Oh, you meant for me to reply =)
Yes. It even works on windows.
While pkg-config can be told to look in other directories for pc files
Technically I suppose so, but I've not seen any package actually bother. The patches I have made available are very similar to pkg-config cheers, |
That would mean that, if you first install Python and afterwards |
Hi Sol, It's just a data file I suppose, Python should not need a dependency on I think the approach to just always install the python.pc file is the |
I totally agree. |
Patch looks good here. |
Is there any reason in versioning Misc/python.pc, instead of versioning |
Not that I can see, or remember. Revised patch attached. Tyop fixed as well. Please note there seem to be some issues with svn head atm, |
The patch is committed in trunk (r72898) and py3k (r72899). Thanks! |
Antoine: Don't use autoconf 2.63 to generate pyconfig.h.in and |
Oops, sorry. Are there any known issues with 2.63? |
Yes: it puts a carriage-return character into configure I'm puzzled how you were able to commit the generated svn: File 'configure' has inconsistent newlines See http://mail.python.org/pipermail/python-dev/2008-November/083781.html |
I did get that message (and got puzzled by it). |
I believe this has broken part of the configure script. There is an |
Ouch, unfortunately it seems my distribution doesn't package autoconf |
I usually install it into a private location, such as ~/ac261. This is |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: