[SciPy-user] problems installing scipy

Stephen Walton stephen.walton at csun.edu
Thu Sep 29 13:24:33 EDT 2005


john russo wrote:

>export ~/src/blas/libfblas.a
>export ~/src/LAPACK/lapack_LINUX_IFC.a
>export ATLAS=None
>
>  
>
Your first two lines should be

export BLAS=~/src/blas/libfblas.a
export LAPACK=~/src/LAPACK/lapack_LINUX_IFC.a





More information about the SciPy-User mailing list