![]() |
2009-10-17
, 21:56
|
Posts: 15 |
Thanked: 51 times |
Joined on Sep 2009
@ Helsinki
|
#2
|
The Following User Says Thank You to PetriS For This Useful Post: | ||
![]() |
2009-10-18
, 10:52
|
Posts: 23 |
Thanked: 23 times |
Joined on Sep 2009
@ Vienna
|
#3
|
![]() |
2009-10-25
, 19:56
|
Posts: 45 |
Thanked: 54 times |
Joined on Oct 2009
@ Uppsala,Sweden
|
#4
|
![]() |
2009-11-06
, 14:51
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2009
|
#5
|
Ok, so I tried compiling Numpy in scratchbox. I was happy to find that the sourcecode ships with rudimental blas and lapack implementations in c. Using these numpy compiles without problem. As do matplotlib. So it is actually easy to have a lightweight numpy/matplotlib on the IT. That more or less eases my need, since that means I can make applications which relies on linear algebra and plotting but not on extreme performance.
Of course it would also be great to have the real lapack for it's efficiency. I actually tried to compile clapack and cblas. It worked and the test program passed most tests (it is apparently normal for a lapack installation to fail some of the tests. Simply because they are compiled on a different compiler)
However, it is almost 10 Mbyte library.
![]() |
2009-11-06
, 18:51
|
Posts: 45 |
Thanked: 54 times |
Joined on Oct 2009
@ Uppsala,Sweden
|
#6
|
Can you tell me how you did this.
How do I tell the script not to use fortran compiler but compile clapack instead and how and where do I configure all that?
![]() |
2009-11-11
, 20:35
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#7
|
![]() |
2010-01-17
, 09:51
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#8
|
The Following 4 Users Say Thank You to lardman For This Useful Post: | ||
![]() |
2010-01-17
, 10:28
|
Posts: 118 |
Thanked: 297 times |
Joined on Nov 2007
|
#9
|
I've just compiled and packaged up Numpy, need to wait for the repos to open again and then I'll upload it.
![]() |
2010-01-19
, 17:14
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#10
|
Fortran is currently not a supported language for the Maemo SDK. Does Numpy mind if clapack is used instead? And is BLAS avaliable for the platform?
As I have never compiled clapack, or numpy myself. And as I'm newbie at developing for Maemo. I feel this task is a bit to difficult for me alone at the moment.
So is anyone else interested in helping out with this task? I think it could be a very useful thing to have it would greatly simplify doing all kinds of number crunching on the device. E.g computer vision, statistical analysis, data mining etc.
Even some pointers could be a great help.