/* Minimal set of SUNDIALS configuration variables */ #define SUNDIALS_VERSION "3.1.0" #define SUNDIALS_VERSION_MAJOR 3 #define SUNDIALS_VERSION_MINOR 1 #define SUNDIALS_VERSION_PATCH 0 #define SUNDIALS_VERSION_LABEL "" #define SUNDIALS_F77_FUNC(name,NAME) name ## _ #define SUNDIALS_DOUBLE_PRECISION 1 #define SUNDIALS_INT32_T 1 %(SUNDIALS_USE_GENERIC_MATH)s %(SUNDIALS_BLAS_LAPACK)s #define SUNDIALS_EXPORT