-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enable ppc64le #9
Conversation
This should be possible now that support for ppc64le has been re-enabled for libgdal conda-forge/gdal-feedstock#968
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 |
Hmm, seeing:
@hobu, do you recall if that is what you saw in conda-forge/pdal-feedstock#251, which led you to disable ppc64le or if it was an upstream dependency (libgdal, most likely)? |
@conda-forge-admin, please rerender |
The easiest solution for now is probably not to cross-compile ppc64le. It seems a few other feedstocks are seeing this problem: It's an issue with the wrong compiler being used (see comment conda-forge/cargo-c-feedstock#10 (comment)) but tracking down why is beyond my skills. |
this is the wrong compiler, which sounds like a configuration issue, but I cannot see what happened before the force push. |
@h-vetinari, the only thing that I took out in the force push was a previous rerender. The only change I have made since getting the error was the commit to switch to building natively rather than cross-compiling. |
But understood, the link to the Azure build is gone and I don't see an easy way to find it. |
Yeah, this is annoying. They should be kept at least for a day or so, even for cancelled builds. In any case, if you manage to make things work with |
@h-vetinari, if you're willing to have a look, I'll be happy to switch back. |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.07.31.04.56.44
@h-vetinari, awesome, thanks! 🤞🏻 |
This is currently running into conda/conda-build#5403 due to libpdal-feedstock/conda-forge.yml Lines 5 to 6 in e940dd8
You can either wait for the imminent conda-build 24.7 to be released, or add something like build:
# due to https://github.com/conda/conda-build/issues/5403
overlinking_ignore_patterns: # [ppc64le]
- "**" # [ppc64le] |
Thanks @h-vetinari! I'm not a maintainer here so I'll leave it up to @hobu and @chambbj what you want to do. Feel free to push updates to my branch. |
We can wait |
It looks like |
Conda-forge seems to already be using 24.7.1. See this log from earlier today as an example: |
CI passed so I think you're good to go! |
Thanks @hobu! |
This should be possible now that support for ppc64le has been re-enabled for libgdal
conda-forge/gdal-feedstock#968
Checklist
conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)