This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients brett.cannon, christian.heimes, erlendaasland, ned.deily, twouters
Date 2021-11-10.22:48:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636584513.27.0.618936530224.issue45573@roundup.psfhosted.org>
In-reply-to
Content
SGTM,2

This all sounds great. I think a goal here should be to remove all header and lib file searching from setup.py as that has always been a bug magnet. Perhaps one workaround for those libs that don't (yet) provide .pc files would be for us to supply reasonable default .pc for them, if possible, so that most builders wouldn't have to set the MODULE_xxx_*FLAGS variables while still removing the header/lib file searching from setup.py? Also it would be great to document how using pkg-config works in generic cross-compiling cases; we should strive to make at least the most common cases just work with minimal tweaking of configure arguments.
History
Date User Action Args
2021-11-10 22:48:33ned.deilysetrecipients: + ned.deily, twouters, brett.cannon, christian.heimes, erlendaasland
2021-11-10 22:48:33ned.deilysetmessageid: <1636584513.27.0.618936530224.issue45573@roundup.psfhosted.org>
2021-11-10 22:48:33ned.deilylinkissue45573 messages
2021-11-10 22:48:33ned.deilycreate