Skip to content
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

Missing compatibility for osx-arm64 #226

Open
JannikFra opened this issue May 2, 2024 · 4 comments
Open

Missing compatibility for osx-arm64 #226

JannikFra opened this issue May 2, 2024 · 4 comments

Comments

@JannikFra
Copy link

I would like to use tixi3 on a Macbook with ARM-processor. When I try to install the tixi from conda using the command:
conda install dlr-sc::tixi3
an error occurs that the package is not compatible with my system:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://conda.anaconda.org/dlr-sc/osx-arm64/current_repodata.json
Will there be any development for osx-arm64 support? I can use the package in a VM, but with significantly decreased performance.

@joergbrech
Copy link
Contributor

Thanks for opening an issue here! 💐 The conda packages are automatically built and uploaded via Github actions from here: https://github.com/DLR-SC/tigl-conda. I am definitely in favor of building packages for osx-arm64, but I have limited resources available to make it happen right now. Are you familiar with conda-build and would be open for a code contribution? 😄

I have read that Arm-based hosted runners are coming to Github actions (currently only available in private alpha or beta testing AFAIK), but we might also be able to cross-compile, I am not sure.

@JannikFra
Copy link
Author

Thank you very much for your fast answer. I tried to build the package using tigl-conda, but without success yet. When building the entire tigl-conda-master recipe directory, an error occurs, that wheels for pythreejs cannot be build. When I try to build the single packages I often get the following error:
checking for arm64-apple-darwin20.0.0-gcc... arm64-apple-darwin20.0.0-clang
checking whether the C compiler works... no

@rainman110
Copy link
Collaborator

rainman110 commented May 4, 2024

@JannikFra did you install a macOS SDK or xcode? Conda build requires one of them to be installed, which also includes the clang compiler.

@JannikFra
Copy link
Author

I have xcode installed and so the current macOS SDK. I also tried adjusting the SDK version in conda_build_config.yaml to my version (14.2) but still without success. I still get the same errors as in my previous comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants