Open joakimono opened 1 year ago
Will fmi-library support ARM-based architectures?
I tried to compile v2.4.1 with Apple M1, but it fails.
Looking at fmiplatform.cmake, it does not seem to support this.
The FMI 3.0 standard, Section 2.5.1.4.2. Platform Tuple Examples enumerates e.g. aarch64-darwin, which is not listed in fmiplatform.cmake.
Hi @joakimono, there are currently no plans to support aarch64-darwin primarily as we are focusing on finishing the support for FMI 3.0. I will bookmark this issue as a future enhancement.
Will fmi-library support ARM-based architectures?
I tried to compile v2.4.1 with Apple M1, but it fails.
Looking at fmiplatform.cmake, it does not seem to support this.
The FMI 3.0 standard, Section 2.5.1.4.2. Platform Tuple Examples enumerates e.g. aarch64-darwin, which is not listed in fmiplatform.cmake.