view .dir-locals.el @ 33132:2c8ade2c7491 stable

Fix compatibility with SUNDIALS 7 (bug #65392). * configure.ac: Check for SUNDIALS core library. Check for name of type used for real numbers by SUNDIALS. Show information about SUNDIALS core library in summary. * m4/acinclude.m4 (OCTAVE_CHECK_SUNDIALS_SUNREALTYPE): New function to check for the name of the type used for real numbers by SUNDIALS. (OCTAVE_CHECK_SUNDIALS_SIZEOF_REALTYPE): Use detected name in test. * libinterp/dldfcn/__ode15__.cc: Replace "realtype" by "OCTAVE_SUNREALTYPE". (IDA::initialize): Pass SUN_COMM_NULL as first argument of SUNContext_Create if it is defined.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 02 Mar 2024 12:15:17 +0100
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))