-
-
Notifications
You must be signed in to change notification settings - Fork 105
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 python-debug build feature #86
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 ( |
This PR seems to change the default python to be compiled with I believe it is desired that both versions be compiled: with and without the pydebug feature. |
Maybe I made the pull-request wrong in github, the intent was to add the code in a |
Doesn't seem to be possible to |
@dfroger Thanks for putting this together, I'm excited about getting a debug build on Python on conda-forge. I went ahead and created a python-debug branch in this feedstock which you should be able to direct a pull request against. I think you may need to rerender the feedstock to get the CI services to start working. |
That SO answer is outdated @dfroger . They changed this maybe a couple of months back. Just click edit near the title and it will provide the option to change the base branch. |
@jjhelmus @jakirkham thanks, I changed the base branch to When I build the package on my machine, the package is successfully created, but then the test failed due to the feature. I tried to add the feature metapackage to the test: requires: section, but without success. I'm going to rerender the feedstock. |
…render_master MNT: Re-render the feedstock [ci skip]
eb56fe3
to
301d261
Compare
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 ( |
valgrind was installed on linux using yum_requirements.txt, but was not installed on windows nor osx.
There are related disucssions here and here.