-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add a debug version of python #596
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.11.10.22.07.33
I had initially thought of adding another |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Background
There have been multiple conversations around supporting a debug build of python both in this repository (#73) and elsewhere (conda-forge/staged-recipes#4812). There have also been previous attempts at this (#86) but there hasn't been any progress in the last 6 years. This PR is an attempt to revive those efforts.
Details
I am fairly new to writing recipes for conda-forge. In fact, I have never written recipes before, so please be humble with all the help you can. What I propose is to have another output,
python-debug
, which passes the env varsPY_INTERP_DEBUG=yes
andDEBUG_PY=yes
. The build scriptbuild_base.sh
is already equipped to handle these env vars and pass on--with-pydebug
to the build process.Benefits
conda install python-debug
to use a debug version of python.Concerns
meta.yaml
even more messier.Any feedback is much appreciated.