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

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

[Octave-bug-tracker] [bug #50167] configure fails to detect sundials ida


From: Doron Behar
Subject: [Octave-bug-tracker] [bug #50167] configure fails to detect sundials ida
Date: Wed, 12 Dec 2018 12:48:18 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

Follow-up Comment #4, bug #50167 (project octave):

So I tried to patch the 4.4.1 release with the changeset posted by @jwe and
they got rejected. After inspecting the `configure.ac` file I noticed the
patch was not needed and the changes were there already. Should I understand
the release was updated with the necessary changes?

I ask because I still get some warnings as during `./configure`, even after I
run `autoreconf -fi`:


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... no
checking ida/ida_dense.h presence... no
checking for ida/ida_dense.h... no
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... no
configure: WARNING: SUNDIALS IDA library does not include the IDADENSE linear
solver, ode15i and ode15s will be disabled
checking ida/ida_klu.h usability... no
checking ida/ida_klu.h presence... no
checking for ida/ida_klu.h... no
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... no
configure: WARNING: SUNDIALS IDA library not configured with IDAKLU, ode15i
and ode15s will not support the sparse Jacobian feature


I have Sundials 4.0.0 installed on my machine. It was configured on my machine
with this cmake command:


  cmake -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_BUILD_TYPE=Release \
    -DBLAS_ENABLE=ON \
    -DBUILD_STATIC_LIBS=OFF \
    -DFCMIX_ENABLE=ON \
    -DHYPRE_ENABLE=ON \
    -DHYPRE_LIBRARY=/usr/lib/libHYPRE.so \
    -DRAJA_ENABLE=ON \
    -DKLU_ENABLE=ON \
    -DKLU_LIBRARY=/usr/lib/libklu.so \
    -DLAPACK_ENABLE=ON \
    -DMPI_ENABLE=ON \
    -DPTHREAD_ENABLE=ON \
    -DOPENMP_ENABLE=ON \
    -DPETSC_ENABLE=OFF \
    -DSUPERLUMT_ENABLE=OFF \
    -DEXAMPLES_ENABLE_C=ON \
    -DEXAMPLES_ENABLE_CXX=ON \
    -DEXAMPLES_ENABLE_F90=ON \
    -DEXAMPLES_INSTALL=ON \
    -DEXAMPLES_INSTALL_PATH=/usr/share/sundials-4.0.0/examples


Any Ideas how can I get the ode15i and ode15s solvers feature? Did I miss
something with Sundials' `cmake` command?

Thanks.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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