You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python-libsbmlconda 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.
The text was updated successfully, but these errors were encountered:
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.
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.
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
The
python-libsbml
conda package currently does not supportosx-arm64
architecture (onlyosx-64
). However, it is supported by the pypi package. It would be nice to enable this also for conda.The text was updated successfully, but these errors were encountered: