-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cross compile for ARMv7 #244
Comments
@lecndav Did you get this library working on ARM? |
@debugaftercoffee Yes, got it running on a raspberry pi |
@lecndav Can you share how you got it to cross compile? I'm on Mac trying to build for ARM. When I try to cross compile for ARM or set |
@debugaftercoffee The main problem, I think, was with OpenBLAS. I had to install Fortran and needed to compile a lot packages and dependencies manually. But I can't remember the details. It was not suitable for me because the performance was bad. |
Hi,
is it possible to compile a program with e.g. random forest classification for ARM architectures?
The text was updated successfully, but these errors were encountered: