-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update recipe for atom 0.4.0 #2
Update recipe for atom 0.4.0 #2
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 ( |
@blink1073 sorry to bother but I am really puzzled by the Python 3.6 error related to SIZE_MAX not being defined. This is definitively outside Atom and I don't really know what I can do about it. |
@jakirkham, have you seen this before? It looks like |
@conda-forge-admin, please rerender. |
Can't say I have. Though this SO answer looks promising. |
Should add that |
Just for fun, restarted CircleCI to see if this is a persistent issue. |
The recipe was re-rendered (first commit conda-smithy 2.4.2) and the error appears to be persistent. I just checked that updating conda and conda-smithy did not change the recipe. What else can I try ? |
Yeah I missed that initially. Normally make that a separate commit (e.g. |
I am not sure how to pass those arguments through setuptools, but I will check. What also surprises me is that the build works fine on travis (https://travis-ci.org/nucleic/atom/jobs/286633059). Can it be something with the image Circle CI is using ? |
Would actually try setting the |
Thanks will try. |
Sorry clicked comment too soon.
I don't think so. After all it builds fine for Python 3.5 and 2.7. @blink1073 had a good idea by wondering if it was Python version specific. It may turn out to be relevant even if we haven't figured out exactly how. For instance, we did release 3.6.3 not that long ago. So maybe 3.6.2 doesn't have this problem. Could change |
Tried to set the CFLAGS, no luck there |
Sorry I must be missing it. Where did you set |
Actually my mistake sorry for the noise |
The CFLAGS did the trick apparently |
Looks good! 🍻 |
Thanks for the help @jakirkham and @blink1073. If Travis come back green feel free to merge. |
recipe/build.sh
Outdated
@@ -0,0 +1,10 @@ | |||
#!/bin/bash | |||
|
|||
export CFLAGS="-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth adding the SO answer link in a comment above in case anyone wonders why this is here. Included the short link below.
No problem, @MatthieuDartiailh. Glad to help. :) |
No description provided.