octave-maintainers
[Top][All Lists]
Advanced

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

Re: new ODE functions


From: John W. Eaton
Subject: Re: new ODE functions
Date: Fri, 16 Dec 2016 15:04:39 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0

On 12/16/2016 02:43 PM, Bill Greene wrote:
I ran into a small problem while trying to build this so thought
I would pass it along.

My version of Sundials/IDA happened to be configured with the Lapack
dense solvers as one of the options. So while running configure, the step
OCTAVE_CHECK_LIB(sundials_ida, SUNDIALS_IDA,
failed because the link step couldn't find those Lapack functions.
I tried replacing
LIBS="$KLU_LDFLAGS $KLU_LIBS $LIBS"
with
LIBS="$KLU_LDFLAGS $KLU_LIBS $LAPACK_LIBS $BLAS_LIBS $LIBS"
but that didn't work (apparently) because $LAPACK_LIBS $BLAS_LIBS
weren't yet defined.

Is your version of sundials built with shared libraries?

What OS?

jwe





reply via email to

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