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

Partially added support for ARM64 compilation #703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Abelarm
Copy link

@Abelarm Abelarm commented Feb 25, 2024

Hi!

I did this small PR to partly add support for compilation under arm64, I tested on a Linux machine with arm64 architecture and it works!
Some test fails due to precision being to high but overall it's working.

I modified as well the file ccore/include/pyclustering/utils/metric.hpp adding #include <limits> this should also fix the latest GitHubAction failure.

This PR fixes the installation for ARM only with the Build Manually.

Having also the already build package for arm, it involves a big refactor on the whole ci/cd.

If you want I could help you with that. 🚀

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

Successfully merging this pull request may close these issues.

1 participant