« Return to Thread: Configuring with Sparse Matrix Libraries

Re: Configuring with Sparse Matrix Libraries

by Dmitri A. Sergatskov :: Rate this Message:

Reply to Author | View in Thread

On 8/1/06, Joe Koski <jkoski11@...> wrote:

> Hi all,
>
> A quick question. This is a question that all Mac users who build
> octave-2.9.x will need to address. This specifically relates to building
> octave-2.9.7 on a G5 Mac under OS X 10.4.7 with Xcode tools 2.3 and
> gfortran.
>
> I have built and installed all the sparse matrix libraries (libumfpack.a,
> libcolamd.a, libccolamd.a, libcxsparse.a, and libcholmod.a) into
> /usr/local/lib, with the header files in /usr/local/include.
>
> What is the best way to get the configure script to locate the libraries?

I think you need to copy all header files into the place where C compiler
can find them. /usr/local/include is one of them.
Technically it could be any directory, but then you would need to add
"-I/place/with/headers" to CFLAGS .

>
> Thanks,
>
> Joe
>
>

Regards,
Dmitri.
--
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave

 « Return to Thread: Configuring with Sparse Matrix Libraries