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 > <[email protected] (mailto:[email protected])> 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 _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
