On Sun, May 18, 2008 at 7:13 PM, rex <[EMAIL PROTECTED]> wrote: > >> I am trying to build numpy with intel icc and mkl. I don't understand >> a lot of what I am doing. > > Me, too. I have built it with icc & MKL several times in the past, > but cannot build the numpy svn with MKL now. I can build it with > icc and no MKL, and it passes all the tests with no errors. >
I have not tried with icc, but the following works for me with the last mkl (I have only tried numpy). [mkl] library_dirs = /home/david/intel/mkl/10.0.1.014/lib/32 lapack_libs = mkl_lapack mkl_libs = mkl, guide (of course, adapt the library_dirs accordingly). All test pass. I have updated the site.cfg.example in numpy. But really, if Intel keeps changing its library names, there is not much we can do. cheers, David _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
