View Single Post
Posts: 20 | Thanked: 2 times | Joined on Apr 2010
#193
re Manvik and creativetone..

sorry meant to be more specific

I carried out these steps:

install gainroot
Enable the extras-devel repository http://wiki.maemo.org/Extras-devel
as root:
apt-get install libblas3gf liblapack3gf pymaemo-optify python-numpy

Are blas and lapack fixed in extras-devel?
(Fix broken blas and lapack for python-numpy:
as root:
cd /usr/lib/

and then when I type

ln -s libblas.so.3gf libblas.so
ln -s liblapack.so.3gf.0 liblapack.so

it says not found. This is after I type cd /usr/lib/

Not sure what I am doing wrong? Cheers