comparison m4/acinclude.m4 @ 26895:a1acd11bad19

Directly include klu.h in __ode15__.cc (bug #52475). * libinterp/dldfcn/__ode15__.cc : include klu.h before sunlinsol_klu.h so that the correct include path is used. * libinterp/dldfcn/__ode15__.cc : add a FIXME comment about excess memory being allocated for sparse jacobian.
author Carlo de Falco <carlo.defalco@polimi.it>
date Wed, 13 Mar 2019 03:44:11 +0100
parents ee6300e77c92
children d94876e7a0aa
comparison
equal deleted inserted replaced
26894:ee6300e77c92 26895:a1acd11bad19
2247 #include <ida/ida.h> 2247 #include <ida/ida.h>
2248 #endif 2248 #endif
2249 #if defined (HAVE_SUNDIALS_SUNDIALS_SPARSE_H) 2249 #if defined (HAVE_SUNDIALS_SUNDIALS_SPARSE_H)
2250 #include <sundials/sundials_sparse.h> 2250 #include <sundials/sundials_sparse.h>
2251 #endif 2251 #endif
2252 #if defined (HAVE_KLU_H)
2253 #include <klu.h>
2254 #endif
2255 #if defined (HAVE_KLU_KLU_H)
2256 #include <klu/klu.h>
2257 #endif
2258 #if defined (HAVE_SUITESPARSE_KLU_H)
2259 #include <suitesparse/klu.h>
2260 #endif
2261 #if defined (HAVE_UFPARSE_KLU_H)
2262 #include <ufsparse/klu.h>
2263 #endif
2252 #if defined (HAVE_SUNLINSOL_SUNLINSOL_KLU_H) 2264 #if defined (HAVE_SUNLINSOL_SUNLINSOL_KLU_H)
2253 #include <sunlinsol/sunlinsol_klu.h> 2265 #include <sunlinsol/sunlinsol_klu.h>
2254 #endif 2266 #endif
2255 ]], [[ 2267 ]], [[
2256 SUNKLU (0, 0); 2268 SUNKLU (0, 0);