-
Notifications
You must be signed in to change notification settings - Fork 96
add aarch64 static cbc library for arm64 architecture #391
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
base: master
Are you sure you want to change the base?
Conversation
Added build scripts for ARM linux |
Hey @knutster, which version of the compiled libraries did you use? |
Looks like this was already done in #367 . |
Hi @tkralphs, but this was never released into pypi, https://pypi.org/project/mip/#history |
Yes, it has not been released yet, but it is on PyPi and easily pip installable. Making the release is a separate issue and that should be easy once the maintainers decide they want to do that. Regardless of the release, this PR is a duplicate of #367 as far as I can see so I just wanted to alert you to that. |
@tkralphs, I completely agree it's is easily installable, but it's an issue when using dependencies because often release candidates are ignored and not considered valid packages so it seems as arm macos version is unavailable. Nonetheless, I recognize most of you maintain this package on your free time and I don't mean to be pushy, I just wanted to provide some insight on why they might have opened this PR. |
@JoOkuma OK, sorry if I misinterpreted, I thought you were saying that this PR should remain open. Indeed, it would be better if there was a release on Pypi with the ARM64 binaries. |
add aarch64 static cbc library for arm64 architectures. Verified on AWS Graviton 2 / 3 instances.