Python-for-android: Scipy recipe

Created on 31 Aug 2016  路  6Comments  路  Source: kivy/python-for-android

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.

need-analysis recipe

Most helpful comment

Hi
This seems to be very heavily in demand with most apps now-a-days having some form of analytics. It would be great if you could open this probably add the labels for help and enhancement. It would be great if scipy and scikit-learn are added to kivy.

All 6 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
This seems to be very heavily in demand with most apps now-a-days having some form of analytics. It would be great if you could open this probably add the labels for help and enhancement. It would be great if scipy and scikit-learn are added to kivy.

Well we accept pull request and we love them! So feel free to submit one @rishabhjoshi
And if you don't know how to address this specific PR, we also accept funding https://opencollective.com/kivy :smiley:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndreMiras picture AndreMiras  路  3Comments

guangrei picture guangrei  路  5Comments

obfusk picture obfusk  路  7Comments

ahmedfgad picture ahmedfgad  路  7Comments

etc0de picture etc0de  路  3Comments