Jonathan Taylor wrote:
> When trying to install 1.0b4 I had trouble getting it to detect my
> installed atlas.  This was because the shipped site.cfg had;
> 
> [atlas]
> library_dirs = /usr/lib/atlas/3dnow/
> atlas_libs = lapack, blas
> 
> but I had to change 3dnow to sse2 due to my current state of
> pentiumness.  In any case it should probabally look in all the
> possible locations instead of just AMD's location.

"All possible locations" is pretty much impossible. There really isn't 
any choice but for individuals to customize site.cfg for their setup. 
that's why it's called "site".cfg.

I would like to see a pretty good collection of examples, most of them 
commented out, in there, however. i.e.:

## for AMD atlas:
#library_dirs = /usr/lib/atlas/3dnow/
#atlas_libs = lapack, blas

## for Fedora Core 4 sse2 atlas:
#library_dirs = /usr/lib/sse2/
#atlas_libs = lapack, blas

etc, etc.


-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer
                                                
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to