[SciPy-dev] problems to find ATLAS during build

pearu at scipy.org pearu at scipy.org
Wed Apr 3 17:02:09 EST 2002


On Wed, 3 Apr 2002, David M. Cooke wrote:

> 
> Have a look at scipy_distutils/sample_site.cfg. Copy it to site.cfg
> (same directory) and edit it so that the [atlas] section looks like
> 
> [atlas]
> lib_dir = E:\USR\LIB\ATLAS
> 
> Then it will find your libraries.
> 
> Actually, that's not going to work since I wrote the code to split
> that like a Unix path, so it'll look in E and \USR\LIB\ATLAS (which is
> not what you want).
> 
> I've attached a patch to the current CVS that splits path lists using
> os.pathsep as the separator character (';' for win32 and ':' for POSIX).
> With this the above should work.

Thanks for catching this. I have commited this fix (and also replaced 
other occurances of ':' with os.pathsep) to CVS now. Get the latest.

Pearu




More information about the SciPy-Dev mailing list