Re: [matplotlib-devel] Compile Matplotlib for Android

2015-04-25 Thread Achyut Rastogi
I have made some progress with this, I found a incomplete recipe written by some body. So the next step for me is to read the python-for-android's distribute.sh file so I can get a better understanding of the template they provide. I am slow though because less time and will power. On Sun, Apr 26,

Re: [matplotlib-devel] Compile Matplotlib for Android

2015-04-25 Thread Thomas Caswell
Sorry this never got a response. I also have no idea where to start, but mpl depends an numpy (which has significant c code) and a number of c extensions internally (Agg for rasterization, freetype for font rendering). I would suggest starting with figuring out how to compile numpy as it is requi

[matplotlib-devel] Compile Matplotlib for Android

2015-03-29 Thread Achyut Rastogi
Hello, I want to compile matplotlib for Android, but I really don't have any clue where to start, well I have already stated with learning SL4A, also inclement sir(Alexander Taylor) says that its already been done by someone but I couldn't find it at all so if somebody has any information about it