How to build mamba from source for arm machines
I have a requirement where I want to use mamba for arm systems. I was curious to know if it was possible? Also any plans to support arm officially?
If you want linux-aarch64 builds, we've just merged https://github.com/conda-forge/mamba-ssm-feedstock/pull/1 and there should be pre-built aarch64 packages available for download at https://anaconda.org/conda-forge/mamba-ssm/files?version=2.2.5. I.e. using:
conda install conda-forge::mamba-ssm
These were built using cross-compilation, so let me know if it works!
If you're interested in building from source, e.g. to get specific optimizations, probably check out the scripts at https://github.com/state-spaces/mamba/blob/main/.github/workflows/_build.yml and try to modify it for arm/aarch64.
Hey, this worked for me on my aarch64 device.