alire icon indicating copy to clipboard operation
alire copied to clipboard

Official aarch64 build

Open lukaselmer opened this issue 1 year ago • 4 comments

I found an aarch64 build of alr here: https://github.com/reznikmm/aarch64-alire-index/tree/main . Unfortunately, it is outdated.

It would be great if there was an official aarch64 build: https://github.com/alire-project/alire/releases/tag/v2.0.1

lukaselmer avatar Apr 03 '24 20:04 lukaselmer

In the meantime, see here

simonjwright avatar Apr 20 '24 15:04 simonjwright

Can the download pages at alire.ada.dev and ada-lang.io tell what machine architecture the viewer is running? If not, it’s a straightforward matter to merge an aarch64 binary and an x86_64 binary to produce a universal binary, which chooses which build to use at runtime.

lipo -create alr-aarch64 alr-x86_64 -output alr-universal

simonjwright avatar Apr 20 '24 17:04 simonjwright

The above mentioned repo has been updated and contains alire 2.01 (on 31/08). https://github.com/reznikmm/aarch64-alire-index/releases

The same user also has a FSF Gnat for aarch64-linux. The only thing missing now is gprbuild, then the toolchain is complete.

MarcusE1W avatar Aug 31 '24 14:08 MarcusE1W