[Numpy-discussion] BLAS / LAPACK / MKL cannot be found?

Bram Willemsen bramwillemsen at gmail.com
Sat Jul 19 13:31:53 EDT 2014


Okay I figured out how to do it, in case someone finds this message later.

You need to enter this specific section for the MKL implementation of BLAS
and LAPACK, and it will find it!

#https://software.intel.com/en-us/articles/numpyscipy-with-intel-mkl
[mkl] 
library_dirs =
/wgdisk/omega2dev2/env/EL5/intel/composer_xe_2013.0.079/mkl/lib/intel64 
include_dirs =
/wgdisk/omega2dev2/env/EL5/intel/composer_xe_2013.0.079/mkl/include
mkl_libs = mkl_rt
lapack_libs =

Note that no libs are given for lapack_libs. This is not a failed copy-paste :)

Hopefully this will help someone!





More information about the NumPy-Discussion mailing list