pyclustering
pyclustering copied to clipboard
Partially added support for ARM64 compilation
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. 🚀