Hy people! I'm quite a newbie regarding numpy so please excuse if I'm asking stupid questions. I need to build Python and couple of his site-packages on Windows using Visual studio 2008. I've built Python 2.5.1 and now it's turn to build numpy and I'm quite stuck because numpy build process is a little confusing for me. So far I've read the instructions on http://www.scipy.org/Installing_SciPy/Windows and created site.cfg file with the following content:
[mkl] include_dirs = C:\Program Files (x86)\Intel\MKL\10.0.012\include library_dirs = C:\Program Files (x86)\Intel\MKL\10.0.012\ia32\lib mkl_libs = mkl_ia32, mkl_c_dll, libguide40 lapack_libs = mkl_lapack It keeps telling me that it can't find mkl_ia32, mkl_c_dll and libguide40 at the following location but these libs are there. Could you please instruct me to some detailed build howto for windows and MSVC compiler? I would appreciate any help just to get this done and build it. I've attached a log file, output of 'python setup.py config'. Thanks in advance! -- Best regards, Miroslav
F2PY Version 2_3649 blas_opt_info: blas_mkl_info: libraries mkl_ia32,mkl_c_dll,libguide40 not found in C:\Program Files (x86)\Intel\MKL\10.0.012\ia32\lib libraries mkl_ia32,mkl_c_dll,libguide40 not found in D:\users\sabljicm\python\Python25\lib libraries mkl_ia32,mkl_c_dll,libguide40 not found in C:\ libraries mkl_ia32,mkl_c_dll,libguide40 not found in D:\users\sabljicm\python\Python25\libs NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in D:\users\sabljicm\python\Python25\lib libraries ptf77blas,ptcblas,atlas not found in C:\ libraries ptf77blas,ptcblas,atlas not found in D:\users\sabljicm\python\Python25\libs NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in D:\users\sabljicm\python\Python25\lib libraries f77blas,cblas,atlas not found in C:\ libraries f77blas,cblas,atlas not found in D:\users\sabljicm\python\Python25\libs NOT AVAILABLE blas_info: libraries blas not found in D:\users\sabljicm\python\Python25\lib libraries blas not found in C:\ libraries blas not found in D:\users\sabljicm\python\Python25\libs NOT AVAILABLE blas_src_info: NOT AVAILABLE NOT AVAILABLE lapack_opt_info: lapack_mkl_info: mkl_info: libraries mkl_ia32,mkl_c_dll,libguide40 not found in C:\Program Files (x86)\Intel\MKL\10.0.012\ia32\lib libraries mkl_ia32,mkl_c_dll,libguide40 not found in D:\users\sabljicm\python\Python25\lib libraries mkl_ia32,mkl_c_dll,libguide40 not found in C:\ libraries mkl_ia32,mkl_c_dll,libguide40 not found in D:\users\sabljicm\python\Python25\libs NOT AVAILABLE NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in D:\users\sabljicm\python\Python25\lib libraries lapack_atlas not found in D:\users\sabljicm\python\Python25\lib libraries ptf77blas,ptcblas,atlas not found in C:\ libraries lapack_atlas not found in C:\ libraries ptf77blas,ptcblas,atlas not found in D:\users\sabljicm\python\Python25\libs libraries lapack_atlas not found in D:\users\sabljicm\python\Python25\libs numpy.distutils.system_info.atlas_threads_info NOT AVAILABLE atlas_info: libraries f77blas,cblas,atlas not found in D:\users\sabljicm\python\Python25\lib libraries lapack_atlas not found in D:\users\sabljicm\python\Python25\lib libraries f77blas,cblas,atlas not found in C:\ libraries lapack_atlas not found in C:\ libraries f77blas,cblas,atlas not found in D:\users\sabljicm\python\Python25\libs libraries lapack_atlas not found in D:\users\sabljicm\python\Python25\libs numpy.distutils.system_info.atlas_info NOT AVAILABLE lapack_info: libraries lapack not found in D:\users\sabljicm\python\Python25\lib libraries lapack not found in C:\ libraries lapack not found in D:\users\sabljicm\python\Python25\libs NOT AVAILABLE lapack_src_info: NOT AVAILABLE NOT AVAILABLE running config
_______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
