I think that's a bug in the MKL. AFAIK, nobody has been able to track
it down (you're not the first one to report this problem with this
version of the MKL).
cheers,
David
_______________________________________________
SciPy-user mailing list
SciPy...@scipy.org
http://projects.scipy.org/mailman/listinfo/scipy-user
On Tue, Nov 4, 2008 at 9:06 PM, Anand PatilI think that's a bug in the MKL. AFAIK, nobody has been able to track
<anand.prab...@gmail.com> wrote:
> Hi all,
> Sorry to post again for help installing. I recently got numpy installed with
> mkl 10.0.2. I pared the site.cfg file down to just
it down (you're not the first one to report this problem with this
version of the MKL).
Matthieu
2008/11/4 Anand Patil <anand.prab...@gmail.com>:
> _______________________________________________
> SciPy-user mailing list
> SciPy...@scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
>
--
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher
Before doing that, try without the sudo. The fact that imf is not
found is not MKL related, but system dependent IMHO.
For instance try (after checking the availability of libimf.so in the
library path):
python setup.py install --prefix=/somewhere/where/I/put/garbage
Matthieu
Well, it should have worked with the sudo :|
Is it an installation for all users or just for you ? If it is the
latter, I suggest you to create a local folder in your home directory
where you will put everything (every decent installation tool has the
--prefix options which will correctly populate the local folder, you
just have to set the environment variables correctly, but you already
modified LD_LIBRARY_PATH, it won't much more trouble). This way, you
don't need root permission and you won't mess up with the system
installation. This is what I did on every computer even where I had
sudo capabilities. Less trouble in the long run ;)
Matthieu
> That worked! So I can install scipy, but for packages that have binariesWell, it should have worked with the sudo :|
> like PyTables I still need root permissions. How can I make the library
> available when I use sudo?
> Thanks,
> Anand
Is it an installation for all users or just for you ? If it is the
latter, I suggest you to create a local folder in your home directory
where you will put everything (every decent installation tool has the
--prefix options which will correctly populate the local folder, you
just have to set the environment variables correctly, but you already
modified LD_LIBRARY_PATH, it won't much more trouble). This way, you
don't need root permission and you won't mess up with the system
installation. This is what I did on every computer even where I had
sudo capabilities. Less trouble in the long run ;)