pyclustering icon indicating copy to clipboard operation
pyclustering copied to clipboard

Partially added support for ARM64 compilation

Open Abelarm opened this issue 5 months ago • 0 comments

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. 🚀

Abelarm avatar Feb 25 '24 11:02 Abelarm