octave-maintainers
[Top][All Lists]
Advanced

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

Re: SuiteSparse_time


From: Martin Helm
Subject: Re: SuiteSparse_time
Date: Sat, 18 Aug 2012 17:37:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0

Am 18.08.2012 17:32, schrieb Richard Crozier:
> set the following in my .bashrc:
>
> # Add local include directories for headers where gcc
> # will search
> C_INCLUDE_PATH=$C_INCLUDE_PATH:/home/s0237326/bin/share/include
> export C_INCLUDE_PATH
>
> CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/home/s0237326/bin/share/include
> export CPLUS_INCLUDE_PATH
>
>  # Add local library path where gcc will search for compiled libraries
> LIBRARY_PATH=$LIBRARY_PATH:/home/s0237326/bin/share/lib
> export LIBRARY_PATH
>
>
> And installed SuiteSparse with
>
> make INSTALL_LIB=/home/s0237326/bin/share/lib
> INSTALL_INCLUDE=/home/s0237326/bin/share/include install
>
> Before I installed SuiteSparse this way, configure warned that all the
> SuiteSparse stuff was not presen (UMFPACK, CXSPARSE etc.)t, but now
> doesn't, so I assumed it was all somewhere it could be found. The
> directory /home/s0237326/bin/share is in my path which is why I have
> put this stuff there.
>
> The actual command I last used to configure and make Octave was:
>
> make clean; ./configure --with-umfpack=--with-umfpack="-lumfpack
> -lsuitesparseconfig -lrt" ; make
>
> I didn't actually check the output of configure this time as I was
> going to leave it overnight.
>
What is the output from

ls -l /home/s0237326/bin/share/lib/libsuitesparse*

?


reply via email to

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