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

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

[Octave-bug-tracker] [bug #29553] missing arpack: make check segfaults o


From: Petr Mikulik
Subject: [Octave-bug-tracker] [bug #29553] missing arpack: make check segfaults on eigs
Date: Tue, 04 May 2010 13:38:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.295.0 Safari/532.8

Follow-up Comment #15, bug #29553 (project octave):

The compile went fine after installing libpcre3-dev, thanks for the hint.
Finally, "make check" passes OK on that debian machine but not on my OpenSUSE
machine with the same gcc; therefore the problem might be in a lapack library
or elsewhere as John has indicated.

In summary, I propose the following two patches to Octave:

1. See comment #13:
   Patch xgl2ps.c in order not to #include "gl2ps.c" without the associated
HAVE_*GL*

2. See comment #9:
   The whole test code block in eigs.cc should be prefaced by "testif
HAVE_ARPACK":
%!testif HAVE_ARPACK 
%! n = 20; 
%! k = 4; 
   I've enclosed the patch.

Is this fine? Could somebody commit these patches?


(file #20425)
    _______________________________________________________

Additional Item Attachment:

File name: eigs_testif.diff               Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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