Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation on arm64 Ubuntu-22.04 Docker on Apple M1 fails #411

Closed
krystophny opened this issue May 2, 2024 · 0 comments
Closed

Compilation on arm64 Ubuntu-22.04 Docker on Apple M1 fails #411

krystophny opened this issue May 2, 2024 · 0 comments
Assignees

Comments

@krystophny
Copy link
Contributor

gcc doesn't support -mfma flag on arm64 CPUs, leading to compile error

c++: error: unrecognized command-line option ‘-mfma’

on pip install.

Fix: Remove -mfma compile flags in CMakeLists.txt

@mbkumar mbkumar self-assigned this May 15, 2024
mbkumar added a commit that referenced this issue Jul 11, 2024
Fix #411 compile flags on Apple Silicon Ubuntu Docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants