July 19, 2014
5:31 p.m.
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!