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

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

[Octave-bug-tracker] [bug #50463] gsvd implementation uses functions rem


From: Rik
Subject: [Octave-bug-tracker] [bug #50463] gsvd implementation uses functions removed from lapack >= 3.6.0
Date: Sun, 19 Mar 2017 01:47:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #3, bug #50463 (project octave):

@Carlo: Attached is a small piece of detection code for configure.ac which
will set the #define HAVE_DDGSVD3 if it is available in the LAPACK library on
your system.

This should be combined with your existing patch.  Everywhere in the code
where there is a difference between DDGSVD3 and DDGSVD use this construct:


#ifdef HAVE_DDGSVD3
  // Code for LAPACK >= 3.6.0
#else
  // Existing code for LAPACK < 3.6.0
#endif




(file #40023)
    _______________________________________________________

Additional Item Attachment:

File name: config.ac.diff                 Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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