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

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

[Octave-bug-tracker] [bug #55927] stable doesn't build with sundials 3.2


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #55927] stable doesn't build with sundials 3.2.1 for me
Date: Fri, 15 Mar 2019 04:24:06 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299

URL:
  <https://savannah.gnu.org/bugs/?55927>

                 Summary: stable doesn't build with sundials 3.2.1 for me
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Fri 15 Mar 2019 08:24:05 AM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I had to upgrade to sundials 3.2.1 otherwise dev would not build, but not
stable doesn't build:


../octave_50x/libinterp/dldfcn/__ode15__.cc: In member function 'void
octave::IDA::set_up()':
../octave_50x/libinterp/dldfcn/__ode15__.cc:344:63: error:
'IDADlsSetDenseJacFn' was not declared in this scope
         if (havejac && IDADlsSetDenseJacFn (mem, IDA::jacdense) != 0)
                                                             ^


The configure part for sundials is:


checking suitesparse/klu.h usability... yes
checking suitesparse/klu.h presence... yes
checking for suitesparse/klu.h... yes
checking for klu_solve in -lklu... yes
checking for UMFPACK separate complex matrix and rhs split... yes
checking nvector/nvector_serial.h usability... yes
checking nvector/nvector_serial.h presence... yes
checking for nvector/nvector_serial.h... yes
checking for N_VNew_Serial in -lsundials_nvecserial... yes
checking ida/ida.h usability... yes
checking ida/ida.h presence... yes
checking for ida/ida.h... yes
checking for IDAInit in -lsundials_ida... yes
checking for ida/ida.h... (cached) yes
checking ida.h usability... no
checking ida.h presence... no
checking for ida.h... no
checking whether SUNDIALS IDA is configured with double precision realtype...
yes
checking ida/ida_dense.h usability... yes
checking ida/ida_dense.h presence... yes
checking for ida/ida_dense.h... yes
checking ida_dense.h usability... no
checking ida_dense.h presence... no
checking for ida_dense.h... no
checking whether SUNDIALS IDA includes the IDADENSE linear solver... yes
checking ida/ida_klu.h usability... yes
checking ida/ida_klu.h presence... yes
checking for ida/ida_klu.h... yes
checking ida_klu.h usability... no
checking ida_klu.h presence... no
checking for ida_klu.h... no
checking whether SUNDIALS IDA is configured with IDAKLU enabled... yes





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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