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

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

[Octave-bug-tracker] [bug #52425] eigs function regresses


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #52425] eigs function regresses
Date: Mon, 27 Nov 2017 15:27:03 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

Follow-up Comment #22, bug #52425 (project octave):

After the recent configure changes for arpack,with the arpack 3.0.1 I had
installed in stdout of configure script:


checking for dseupd in -larpack... yes
checking whether the arpack library works... yes
checking whether the arpack library is free of bugs... no
configure: WARNING: ARPACK library found, but is buggy; upgrade library (>=
v3.3.0) for better results


in config.log


octave_cv_lib_arpack=yes
octave_cv_lib_arpack_ok_1=yes
octave_cv_lib_arpack_ok_2=no


So the detection seems to work as intended.
However during make arpack functions are not found:


CXXLD    src/octave-gui
liboctave/.libs/liboctave.so: undefined reference to `znaupd_'
liboctave/.libs/liboctave.so: undefined reference to `dsaupd_'
liboctave/.libs/liboctave.so: undefined reference to `dnaupd_'
liboctave/.libs/liboctave.so: undefined reference to `zneupd_'
liboctave/.libs/liboctave.so: undefined reference to `dneupd_'
liboctave/.libs/liboctave.so: undefined reference to `dseupd_'


the ARPACK related substitutions in the configure script are empty:


S["ARPACK_LIBS"]=""
S["ARPACK_LDFLAGS"]=""
S["ARPACK_CPPFLAGS"]=""



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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