-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use gcc package on Linux #3
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
@@ -12,7 +12,7 @@ source: | |||
build: | |||
# Seem to be encountering hangs on Windows with Python 2.7; so, they are skipped. | |||
skip: true # [win and py2k] | |||
number: 1 | |||
number: 2 |
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.
Well that's clearly not true. Here's the build number.
This isn't actually failing. I just canceled some old jobs. There are new jobs that are running currently. Once we get their results, we should know if this worked correctly or not. |
@jakirkham I cancelled AppVeyor here because the build was hanging for almost an hour. Not sure if that is correct or if it is a bug. |
Ack! I think I hacked this manually to do the right re-rendering before, but I re-rendered and it lost my hack. Should add an issue for |
Yeah, this hangs (when running the final built program) for some mysterious reason on Windows with VS 2008. I can't understand why, but I have opted to just skip it. If someone with Windows knowledge wants to take a look, I would certainly appreciate it. |
In any event, I have added my hack back here so it shouldn't try to build on that platform again. |
After resolving the re-rendering snafu, this appears to be working and is ready to go. Merging... |
Fixes #2
Adds the
gcc
package on Linux to allow OpenMP to be distributed. However, that may change in the future.Also, re-rendered with
conda-smithy
0.9.2.