octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trouble compiling on Mac


From: pauljoseph
Subject: Re: trouble compiling on Mac
Date: Thu, 26 Jun 2008 03:05:07 -0700 (PDT)



thomas.l.scofield wrote:
> 
> 
> 
> configure: WARNING: command editing and history features require GNU  
> Readline
> configure: WARNING: UMFPACK not found.  This will result in some lack  
> of functionality for sparse matrices.
> configure: WARNING: COLAMD not found. This will result in some lack  
> of functionality for sparse matrices.
> configure: WARNING: CCOLAMD not found. This will result in some lack  
> of functionality for sparse matrices.
> configure: WARNING: CHOLMOD not found. This will result in some lack  
> of functionality for sparse matrices.
> configure: WARNING: CXSparse not found. This will result in some lack  
> of functionality for sparse matrices.
> configure: WARNING: FFTW library not found.  Octave will use the  
> (slower) FFTPACK library instead.
> configure: WARNING: GLPK library not found.  The glpk function for  
> solving linear programs will be disabled.
> configure: WARNING: HDF5 library not found.  Octave will not be able  
> to save or load HDF5 data files.
> configure: WARNING: PCRE library not found.  This will result in some  
> loss of functionality for the regular expression matching functions.
> configure: WARNING: Qhull library not found --- This will result in  
> loss of functionality of some geometry functions.
> 
> So where does one get all of these things if they are not provided  
> with Octave?  Has anyone had similar issues installing on a Mac, or  
> know an appropriate workaround?
> 
> 

You need to install suitesparse libraries if you use sparse matrix operation
(UMFPACK to CXsparse), and fftw library for fast fourier transform
operation.

I am not sure in MacOS. but you can download the source tar ball from the
internet.
-- 
View this message in context: 
http://www.nabble.com/trouble-compiling-on-Mac-tp17405783p18130479.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]