alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.9k stars 807 forks source link

Add aarch64 support #1616

Closed kevinbentley closed 5 months ago

kevinbentley commented 7 months ago

Description

This adds support for the aarch64 architecture. Including 64 bit Raspberry Pi, snapdragon, etc.

Features list

Implementation remarks

I needed the boost version change to get it to work, it looks to me like the 1.60 version in CMakeLists.txt is inconsistent with the dependency code.

fabiencastan commented 5 months ago

To be able to apply the requested fix, it will be merge through https://github.com/alicevision/AliceVision/pull/1655