-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
OS X Support. #10
Comments
IIRC it was a build time issue. Though @Korijn can probably say more. |
We have been discussing doing manual builds and uploads for some of these longer running builds. There is a CFEP ( conda-forge enhancement proposal ) in the works on this topic. Your feedback would definitely be welcome there. Please see PR ( conda-forge/cfep#5 ) for details. |
Yeah, build timeouts. OS X build times are just over the limits imposed by the free plans offered by the CI services. The build scripts should already work though (they don't error out and reach the stage where conda-build is packaging up the build). |
Ok, so I know we said stick to 1 core on Travis CI before because that's what they give us. We could try to be more aggressive with that setting and do 2. Maybe it completes in time without crashing? Not the best solution, but it is a way to try and address this. |
I think ninja already builds concurrently by default. |
I'd love to see OSX packages too. Just out of curiosity, has anyone asked the Travis folks if they are willing to increase the build time limit for the OSX builds for conda-forge? |
I did and they offered some extra time in exchange of reducing our concurrence. The extra time was not going to be enough and the concurrence is more important due to the high number of package that we build. So we did not accepted their offer. |
@ocefpaf - ok, that makes sense - I wonder if they would accept to do that on a package by package basis - that is, specifically for |
We can try to ask again but I would put my efforts on conda-forge/cfep#5 instead. |
FYI I also asked them, to no avail. |
Are there any alternatives for installing a built version of VTK on mac? I have yet to find an easy way of getting it installed. |
On anaconda.org, there are other channels than |
@dfroger Of course. You're entirely right, and it seems to be installing happily now. Thanks for the help. |
FWIW the last time we looked at this Travis CI gave us 1 core per build. They have since given us 2 cores per build. Maybe worth trying a parallel build to see how it goes. |
There was a PR (#42) working on this but it doesn't look like it will ever build within Travis CI build timeout limits. |
fyi @Korijn you just linked to this issue, rather than another PR |
Bad news for projects depending on VTK... |
If anyone knows of a way to speed up the OS X build even more, they are welcome to open a PR! Also, I heard it is possible for @conda-forge/core to upload builds manually... |
Manual upload sounds like it might be a solution? Do you know what that would entail? |
I'm actually having the same issue with wxpython-feedstock and am hoping someone from @conda-forge/core can enlighten us! |
Should we reopen then or do you want that in a new issue, @Korijn? |
Perhaps a new issue would be better to avoid clutter... |
Hi All,
Is there anything particular blocking building an OS X package. I tried to look through the original pull requests but had trouble working out why exactly the OS X build was removed.
The text was updated successfully, but these errors were encountered: