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

Pre-build packages for other platforms #17

Closed
davnn opened this issue Oct 10, 2022 · 4 comments
Closed

Pre-build packages for other platforms #17

davnn opened this issue Oct 10, 2022 · 4 comments

Comments

@davnn
Copy link
Contributor

davnn commented Oct 10, 2022

Hi, I was recently trying to convert a project from x86 to arm64 and noticed that this package is not yet built for arm64.
I quickly researched the options on how to compile for the different platforms, but did not find a best practice example with maturin. I think it is possible to build the packages with QEMU on Github Actions, which I'm currently trying to implement.

Pull request should follow shortly.

@kno10
Copy link
Owner

kno10 commented Oct 10, 2022

For Linux platforms I have seen cross-compiler examples, too. Probably using this (which contains maturin):
https://github.com/messense/manylinux-cross

@kno10
Copy link
Owner

kno10 commented Oct 10, 2022

Btw, I don't know if you have seen the new "fastermsc" algorithm in 0.4 that optimizes medoid Silhouette instead of the total deviation. For some applications, this may be the better objective function (ratio nearest to second nearest instead of distance to nearest).

@davnn
Copy link
Contributor Author

davnn commented Oct 10, 2022

For Linux platforms I have seen cross-compiler examples, too. Probably using this (which contains maturin): https://github.com/messense/manylinux-cross

I think I found a nice solution, see the pull request.

Btw, I don't know if you have seen the new "fastermsc" algorithm in 0.4 that optimizes medoid Silhouette instead of the total deviation. For some applications, this may be the better objective function (ratio nearest to second nearest instead of distance to nearest).

Not yet, I'll look into it 👍

@davnn
Copy link
Contributor Author

davnn commented Oct 20, 2022

Thanks for your quick response 🙌

@davnn davnn closed this as completed Oct 20, 2022
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