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

conda support for osx-arm64 architecture #34

Open
xtrojak opened this issue May 19, 2023 · 3 comments
Open

conda support for osx-arm64 architecture #34

xtrojak opened this issue May 19, 2023 · 3 comments

Comments

@xtrojak
Copy link

xtrojak commented May 19, 2023

The python-libsbml conda package currently does not support osx-arm64 architecture (only osx-64). However, it is supported by the pypi package. It would be nice to enable this also for conda.

@fbergmann
Copy link
Member

The conda package is built using the python-libsbml-feedstock, I'm not sure what to change to have that build arm64 packages as well. Any help would be appreciated.

Since I have not excluded any architecture, I would assume, that they would be built if coda-forge would support it. But I'm not sure.

@xtrojak
Copy link
Author

xtrojak commented May 19, 2023

I'm not really an expert, but it seems like extra platforms need to be handled separately. You probably need to specify target build platforms.

I found a description of how to add osx-arm64 build to a feedstock. Maybe a good idea is also to get inspired by another package already supporting osx-arm64, for example pandas.

@fbergmann
Copy link
Member

So i looked into this, and compiling right now for arm64 would require cross compiling, which needs some more changes. So until i figure out what needs changing I'll have to wait. In the meantime I'll manually build the arm wheels for osx and linux manually for pip. Again sorry for the inconvenience

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

No branches or pull requests

2 participants