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

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

[Octave-bug-tracker] [bug #52475] ode15 is not compatible with SUNDIALS


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #52475] ode15 is not compatible with SUNDIALS >= 3.0.0
Date: Mon, 7 Jan 2019 15:44:16 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #46, bug #52475 (project octave):

the reason why this used to work with sundials 2.7
is that in 2.7 sundials headers did not include klu.h 
rather it was included in .c files only (I think this is a better choice)
while in 4.0.1 line 46 of sunlinsol_klu.h has


#include "klu.h"


Therefore I think this is an upstream issue we should report, but even if that
is fixed upstream if we want to keep compatibility with sudials 3.0 through
4.0.1 we would need to find a way to deal with it in Octave

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?52475>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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