[SciPy-dev] Need some info to solve #238: cblas vs fblas

David Cournapeau david at ar.media.kyoto-u.ac.jp
Sun Aug 5 22:19:01 EDT 2007


Pearu Peterson wrote:
> The plan was to move blas/lapack wrappers from scipy.linalg
> to scipy.lib.blas/lapack so that other scipy subpackage could use them
> without importing the whole scipy.linalg. It's still work in progress plan..
> Blas/lapack wrappers in scipy.lib are improved versions found in
> scipy.linalg,
> just replacing the usage of scipy.linalg.blas/lapack with using
> scipy.lib.blas/lapack is unfinished.
>   
Ok, thanks for the clarification. So what would be your advice for 
solving the problem in #238: applying the fix on both modules ? Maybe we 
can just disable scipy.lib until it is finished ?

David



More information about the SciPy-Dev mailing list