Re: [Numpy-discussion] site.cfg and libraries in several folders

2008-11-10 Thread David Cournapeau
Matthieu Brucher wrote: > > Yes, that is what I did in the MKL folder ;) But I suppose that you > should be able to tell numpy that the libraries are in separate > folders, shouldn't you? Yes, you could :) I have little interest in working on numpy.distutils, but feel free if you want to add this

Re: [Numpy-discussion] site.cfg and libraries in several folders

2008-11-10 Thread Matthieu Brucher
2008/11/10 David Cournapeau <[EMAIL PROTECTED]>: > Matthieu Brucher wrote: >> Hi, >> >> I'm still trying to get the MKL to work with Numpy, but I've tried the >> latest MKL (10.1) and ran into a problem. >> With the MKL, I have to link against mkl, guide and iomp5. The problem >> is that the two la

Re: [Numpy-discussion] site.cfg and libraries in several folders

2008-11-10 Thread David Cournapeau
Matthieu Brucher wrote: > Hi, > > I'm still trying to get the MKL to work with Numpy, but I've tried the > latest MKL (10.1) and ran into a problem. > With the MKL, I have to link against mkl, guide and iomp5. The problem > is that the two last libraries are not in the MKL anymore, but only in > th

[Numpy-discussion] site.cfg and libraries in several folders

2008-11-10 Thread Matthieu Brucher
Hi, I'm still trying to get the MKL to work with Numpy, but I've tried the latest MKL (10.1) and ran into a problem. With the MKL, I have to link against mkl, guide and iomp5. The problem is that the two last libraries are not in the MKL anymore, but only in the compiler folder. I have thus two fo