Sorry if it sounds like a stupid question, but are the files listed in the error message present in that directory?<br>If yes, maybe try running the command with sudo, just in case it would be some weird permission issue.<br>
<br>-=- Olivier<br><br><div class="gmail_quote">2011/9/13 Igor Ying <span dir="ltr"><<a href="mailto:igor.ying@yahoo.com">igor.ying@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi,</div><div><br></div><div> I am very new to Numpy and  trying to build Numpy 1.6.1 with Intel MKL 10.3.6 and getting the following errors.</div>
<div><br></div><div>$python setup.py config --compiler=intel build_clib --compiler=intel build_ext --compiler=intel install</div><div><br></div><div>Running from numpy source directory.F2PY Version 2<br>blas_opt_info:<br>
blas_mkl_info:<br>  libraries mkl_def,mkl_intel_lp64,mkl_intel_thread,mkl_core,iomp5md not found in /opt/intel/composer_xe_2011_sp1/mkl/lib/intel64<br>  NOT AVAILABLE</div><div><br></div><div>I have modified the site.cfg as below.</div>
<div><br></div><div>[mkl]<br>library_dirs = /opt/intel/composer_xe_2011_sp1/mkl/lib/intel64<br>include_dirs = /opt/intel/composer_xe_2011_sp1/mkl/include<br>mkl_libs =
 mkl_def,mkl_intel_lp64,mkl_intel_thread,mkl_core,iomp5md<br>lapack_libs = mkl_lapack_lp64<br></div><div><br></div><div><br></div><div>Environment variables are also set to point to mkl libraries.<br></div><div><br></div>
<div>source /opt/intel/composer_xe_2011_sp1/bin/compilervars.sh intel64 lp64<br><br>export OMP_NUM_THREADS=4<br>LD_LIBRARY_PATH="/opt/intel/composer_xe_2011_sp1/mkl/lib/intel64:${LD_LIBRARY_PATH}"; <br></div><div>
export LD_LIBRARY_PATH<br>export LD_RUN_PATH=/opt/lib:/opt1/composer_xe_2011_sp1/lib/intel64:/opt/composer_xe_2011_sp1/mkl/lib/intel64</div><div><br></div><div>Can anyone help me? <br></div><div><br></div></div></div><br>
_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
<br></blockquote></div><br>