[SciPy-dev] Trouble with UMFPACK 5.0

Robert Kern robert.kern at gmail.com
Tue Dec 5 14:08:29 EST 2006


Nils Wagner wrote:
> Hi all,
> 
> I have some trouble with UMFPACK 5.0.
> 
> My site.cfg reads
> 
> [DEFAULT]
> library_dirs = /usr/lib:/usr/local/lib:/usr/lib64
> include_dirs = /usr/include:/usr/local/include
> 
> [amd]
> library_dirs = /usr/local/src/AMD/Lib
> include_dirs = /usr/local/src/AMD/Include, /usr/local/src/UFconfig
> amd_libs = amd
> 
> [umfpack]
> library_dirs = /usr/local/src/UMFPACK/Lib
> include_dirs = /usr/local/src/UMFPACK/Include, /usr/local/src/UFconfig
> umfpack_libs = umfpack

You need to use the appropriate path separator for your platform. On UN*Xes,
that's ":", not ",".


-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-Dev mailing list