octave-maintainers
[Top][All Lists]
Advanced

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

Re: Having problem building on macOS Mojave


From: Anadi Kashyap
Subject: Re: Having problem building on macOS Mojave
Date: Tue, 25 Dec 2018 23:25:36 +0530



On Tue, Dec 25, 2018 at 8:52 PM Anadi Kashyap <address@hidden> wrote:
Fixed, thanks a lot! Now I can focus on the sundials warnings.
 
Okay I fixed this:

configure: WARNING: SUNDIALS NVECTOR serial library not found. Solvers ode15i and ode15s will be disabled. 
configure: WARNING: SUNDIALS IDA library not found. Solvers ode15i and ode15s will be disabled.

I noticed the name wasn't sundials27 but address@hidden in my opt directory.

CPPFLAGS="$CPPFLAGS -I/usr/local/opt/address@hidden/include"
LDFLAGS="$LDFLAGS -L/usr/local/opt/address@hidden/lib"

This fixed the issue.

reply via email to

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