[SciPy-dev] Howto specify mkl location?

Matthieu Brucher matthieu.brucher at gmail.com
Wed Nov 26 08:07:02 EST 2008


Hi Neal,

Add :
[mkl]
library_dirs = /opt/intel/mkl/10.0.5.025/lib/em64t
lapack_libs = libmkl_lapack.a
mkl_libs = libmkl_intel_lp64.a,libmkl_intel_thread.a,libmkl_core.a,iomp5,guide

I think scipy has the same issue than numpy with the mkl, so it will
not work unless you use the static MKL libraries (and not the shared
ones, as it is the acse by default). Unfortunately, I didn't find out
how to do this... Although I have the static libraries in my path,
they are not found by python setup.py config.

Matthieu

2008/11/26 Neal Becker <ndbecker2 at gmail.com>:
> I have intel mkl on linux (x86_64) installed here:
>
> /opt/intel/mkl/10.0.5.025
>
> How do I build scipy-0.7.0b1 using this?
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>



-- 
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



More information about the SciPy-Dev mailing list