|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #55937] building default with sundials 2.x fails in make, configure should disable sundials |
| Date: | Sat, 16 Mar 2019 16:42:20 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36 |
Follow-up Comment #2, bug #55937 (project octave):
>From the configure output, these are the version 4 API functions
checking for IDASetJacFn... no
checking for IDASetLinearSolver... no
checking for SUNLinSol_Dense... no
checking for SUNLinSol_KLU... no
and these are the corresponding version 3 API functions
checking for IDADlsSetJacFn... no
checking for IDADlsSetLinearSolver... no
checking for SUNDenseLinearSolver... no
checking for SUNKLU... no
@cdf Does this look right to you? We have to detect one or the other of these
sets of functions (except for KLU, which is optional). If they are all "no"
then HAVE_SUNDIALS should not be set.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55937>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |