python-libsbml
python-libsbml copied to clipboard
conda support for osx-arm64 architecture
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.
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