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

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

[Octave-bug-tracker] [bug #55926] sundials 3.2.1 build: configure syntax


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #55926] sundials 3.2.1 build: configure syntax error
Date: Fri, 15 Mar 2019 04:05:18 -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/?55926>

                 Summary: sundials 3.2.1 build: configure syntax error
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Fri 15 Mar 2019 08:05:16 AM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I was still at sundials 2.7.1, but dev would not build anymore with
https://savannah.gnu.org/bugs/?55911. I upgraded sundials to 3.2.1, and now I
can build again, however there are some issues.


checking for sunlinsol/sunlinsol_dense.h... yes
checking whether SUNDIALS IDA includes the SUNLINSOL_DENSE linear solver...
yes
checking sunlinsol/sunlinsol_klu.h usability... no
checking sunlinsol/sunlinsol_klu.h presence... no
checking for sunlinsol/sunlinsol_klu.h... no
../octave/configure: line 77091: test: =: unary operator expected
configure: WARNING: SUNDIALS IDA library not configured with SUNLINSOL_KLU or
sunlinksol_klu.h is not usable; ode15i and ode15s will not support the sparse
Jacobian feature


line 77091 in the configure is the first line of this piece of configure
code:


  if test $octave_cv_sundials_sunlinsol_klu = yes \
     && test "x$ac_cv_header_sunlinsol_sunlinsol_klu_h" = xyes; then

$as_echo "#define HAVE_SUNDIALS_SUNLINSOL_KLU 1" >>confdefs.h

  else
    warn_sundials_sunlinsol_klu="SUNDIALS IDA library not configured with
SUNLINSOL_KLU or sunlinksol_klu.h is not usable; ode15i and ode15s will not
support the sparse Jacobian feature"

  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
$warn_sundials_sunlinsol_klu" >&5
$as_echo "$as_me: WARNING: $warn_sundials_sunlinsol_klu" >&2;}


  fi


I don't understand yet why it doesn't detect the sunlinsol_klu stuff since I
have in my installation dir:


./include/sunlinsol/sunlinsol_klu.h
./lib/libsundials_sunlinsolklu.so
./lib/libsundials_sunlinsolklu.so.1
./lib/libsundials_sunlinsolklu.so.1.2.1





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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