Re: [Numpy-discussion] Adding ACML support

2007-11-23 Thread David Cournapeau
On Nov 23, 2007 3:02 AM, Matthieu Brucher <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get numpy work with AMD's MKL. The problem is that they not > give a CBLAS interface, only the BLAS one. > Can the numpy distutils check the existence of the cblas interface somewhere > ? For the moment, it

[Numpy-discussion] Adding ACML support

2007-11-22 Thread Matthieu Brucher
Hi, I'm trying to get numpy work with AMD's MKL. The problem is that they not give a CBLAS interface, only the BLAS one. Can the numpy distutils check the existence of the cblas interface somewhere ? For the moment, it checks something with BLAS (but no actual testing takes place), but not CBLAS.