octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37031] Building Octave with SuiteSparse-4.x.x


From: Guillaume
Subject: [Octave-bug-tracker] [bug #37031] Building Octave with SuiteSparse-4.x.x
Date: Mon, 10 Sep 2012 17:31:19 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0

Follow-up Comment #11, bug #37031 (project octave):

Since this changeset, compilation fails on my system with:


libtool: link: g++ -g -O2 -pthread -Wall -W -Wshadow -Wold-style-cast -Wformat
-Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -pthread -o
.libs/octave octave-main-cli.o  ../libinterp/.libs/liboctinterp.so
-L/usr/lib64 /home/me/opt/octave/liboctave/.libs/liboctave.so
-L/usr/lib64/gcc/x86_64-suse-linux/4.5
-L/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../lib64 -L/lib/../lib64
-L/usr/lib/../lib64
-L/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/lib
-L/usr/lib64/gcc/x86_64-suse-linux/4.5/../../.. -lhdf5 -lz -lX11
../liboctave/.libs/liboctave.so -lcholmod -lamd -lcamd -lcolamd -lccolamd
-lcxsparse -lfftw3 -lfftw3f -llapack -lblas -lreadline -lncurses -lpcre -ldl
-lgfortran -lutil -lm -pthread -Wl,-rpath
-Wl,/home/me/opt/octave_install/lib/octave/3.7.0+
/home/me/opt/octave/liboctave/.libs/liboctave.so: undefined reference to
`umfpack_zi_get_determinant'
/home/me/opt/octave/liboctave/.libs/liboctave.so: undefined reference to
`umfpack_zi_defaults'
/home/me/opt/octave/liboctave/.libs/liboctave.so: undefined reference to
`umfpack_di_report_info'
...


on OpenSuse 11.3 with these packages:


libumfpack5              5.2.0-8.1
umfpack-devel            5.2.0-8.1

suitesparse              3.2.0-12.1
suitesparse-common-devel 3.2.0-5.1
suitesparse-devel        3.2.0-12.1


I manually installed SuiteSparse 4.0.2 and added its location to ./configure

CPPFLAGS=-I/home/me/opt/SuiteSparse/include/
LDFLAGS=-L/home/me/opt/SuiteSparse/lib


Does Octave compilation now require SuiteSparse >=4 ? and what is the
appropriate syntax for ./configure? I tried --with-umfpack-* instead of
changing CPPFLAGS and LDFLAGS but it didn't work.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37031>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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