I am trying to install numpy on a system with an ARM processor. I don’t have much experience with these processors, so I’m not quite sure where to start. I tried to find the answer via google, but did not manage to find features of cross-compilation of numpy. I currently have a version of python 2.4 on the machine, and I'm trying to import numpy 1.6.2. Any suggestions on where I can start?
source
share