|
RE: Problems with installation of version 23.3: msg#00071python.numeric.general
On Mon, 2004-09-27 at 05:06, Nadav Horesh wrote: > I have this file (cblas.h) as a part of ATLAS installation A quick 'diff' of setup.py from Numeric 23.1 and 23.3 shows that the latter is set up to build against ATLAS by default, while the former is not. In any event, what does 'locate cblas.h' return when executed from a shell prompt on your system? Put the directory containing this file into the include_dirs list of setup.py. On my system, I had to change library_dirs to ['/usr/local/lib/atlas'] and include_dirs to ['/usr/local/include/atlas'] to build 23.3. (I manually copied the contents of ATLAS/include to /usr/local/include/atlas.) -- Stephen Walton <stephen.walton@xxxxxxxx> Dept. of Physics & Astronomy, Cal State Northridge ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Problems with installation of version 23.3: 00071, Nadav Horesh |
|---|---|
| Next by Date: | Re: Re: random number facilities in numarray and main Python libs: 00071, Travis Oliphant |
| Previous by Thread: | RE: Problems with installation of version 23.3i: 00071, Nadav Horesh |
| Next by Thread: | dot!=matrixmultiply bug when dotblas is present: 00071, Fernando Perez |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |