[Numpy-discussion] site.cfg: Custom BLAS / LAPACK configuration

Bradley M. Froehle brad.froehle at gmail.com
Fri Dec 7 13:09:00 EST 2012


Aha, thanks for the clarification.  I've always been surpassed that NumPy doesn't ship with a copy of CBLAS.  It's easy to compile --- just a thin wrapper over BLAS, if I remember correctly. 

-Brad 


On Friday, December 7, 2012 at 4:01 AM, David Cournapeau wrote:

> On Thu, Dec 6, 2012 at 7:35 PM, Bradley M. Froehle
> <brad.froehle at gmail.com (mailto:brad.froehle at gmail.com)> wrote:
> > Right, but if I link to libcblas, cblas would be available, no?
> 
> 
> 
> No, because we don't explicitly check for CBLAS. We assume it is there
> if Atlas, Accelerate or MKL is found.
> 
> cheers,
> David






More information about the NumPy-Discussion mailing list