-
Notifications
You must be signed in to change notification settings - Fork 3
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 conda build for ARM architectures #31
Comments
Yes we got a ci failure during the release (see https://github.com/cds-astro/cds-healpix-python/actions/runs/11384977564). One of our dependencies (pyo3) took more than 6h to build. It might potentially be fixed when PyO3/maturin#2256 is fixed. |
Wait. You have an issue on MAC? This is unexpected, that part did not fail 😦 |
Yes, I'm testing on a Mac M2. Installing via pip works like a charm, while |
True: contrary to pipy, we have never built conda packages (neither cdshealpix nor mocpy) for Mac with ARM processors, |
Meanwhile, a (unsatisfactory) solution is to create a x64 conda environment, see this stackoverflow question. |
It'd be great if we could have this on the short-term, but it isn't pressing. Thanks for having a look at it! |
As a first step, this PR on conda-forge must be accepted (not in my hands). So, wait and see.... |
I noticed that conda is currently unable to resolve the latest hats v0.4.0 release in ARM-based architectures since no
cds-healpix
conda build exists for ARM Mac/Linux. From your previous releases on PyPI it seems like it's possible. Do you know if specifying those build platforms inconda-forge.yml
would be enough to tackle this issue? Relates to #11.The text was updated successfully, but these errors were encountered: