[SciPy-user] Inverting Complex64 array fails on OS X

Robert Kern robert.kern at gmail.com
Sun Jan 15 14:54:53 EST 2006


Andre Radke wrote:

> 3. The otool command line tool tells me that the shared libraries 
> (*.so) in scipy/linalg are all linked with Apple's Accelerate 
> framework.
> 
> I assume this means that the build process used the Fortran version 
> of LAPACK provided as part of Mac OS X. Is this the way it's supposed 
> to work?

Accelerate.framework only contains the FORTRAN version of LAPACK, yes. I do
believe it contains CBLAS (given the existence of cblas_* symbols in the dylib),
though.

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the SciPy-User mailing list