[SciPy-dev] Problems with building scipy

Pearu Peterson pearu at scipy.org
Wed Dec 1 12:33:05 EST 2004



On Wed, 1 Dec 2004, Nils Wagner wrote:

> Hi all,
>
> Finally, I decided to use FORTRAN LAPACK/BLAS libraries instead of ATLAS.
> The environmental variables are set as follows
> vs/scipy> echo $ATLAS
> None
> cvs/scipy> echo $BLAS
> None
> cvs/scipy> echo $LAPACK
> None
> cvs/scipy> echo $LAPACK_SRC
> /var/tmp/src/lapack
> cvs/scipy> echo $BLAS_SRC
> /var/tmp/src/blas
>
> Now python2.3 setup.py build yields
>
> Traceback (most recent call last):
>   f = open(source,'w')
> NameError: global name 'source' is not defined

Fixed in CVS.

Pearu




More information about the SciPy-Dev mailing list