-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Scipy recipe #874
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
Comments
People have looked into this before, but the highly complex dependencies have meant nobody got very far. I've been assuming that compiling some parts of scipy should be doable and maybe even not too hard, but I don't know much about its build process or how easy it would be. In general, I'm happy to help anyone trying this, but it's unlikely to be a big target for any time soon. EDIT: Thanks for noting these dependencies though, this will be very useful to anyone trying it. |
I was blindly planing to write a recipe for scipy. Then I saw what's under the hood and... hehe. But I saw this blog post, which may be useful and if done right, could make p4a use fortran code too via recipes? |
@KeyWeeUsr Interesting. There seems to be a maintained version of the ndk toolchain with gfortran here: https://github.com/buffer51/android-gfortran I had a look and there is quite a lot of fortran in scipy, especially in fftpack, optimize, integrate and special. ndimage is all c, however :) |
Closing as not an active issue, it would be great to have a scipy recipe but it's unlikely that we will actively schedule time for it any time soon. |
Hi |
Well we accept pull request and we love them! So feel free to submit one @rishabhjoshi |
@alex-at-thimble Have you or anyone been able to successfully use it to include Scipy in Buildozer? |
This is a request for a scipy recipe.
Turns out scipy has a few more dependencies than numpy:
I'm still researching what else is needed.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: