2015-11-13 14:55:53 -05:00
|
|
|
/* Minimal set of SUNDIALS configuration variables */
|
2020-05-22 20:59:44 -04:00
|
|
|
#define SUNDIALS_VERSION "5.3.0"
|
2019-12-17 23:33:49 -05:00
|
|
|
#define SUNDIALS_VERSION_MAJOR 5
|
2020-05-22 20:59:44 -04:00
|
|
|
#define SUNDIALS_VERSION_MINOR 3
|
2018-02-12 23:02:47 -05:00
|
|
|
#define SUNDIALS_VERSION_PATCH 0
|
|
|
|
|
#define SUNDIALS_VERSION_LABEL ""
|
2015-11-13 14:55:53 -05:00
|
|
|
#define SUNDIALS_F77_FUNC(name,NAME) name ## _
|
|
|
|
|
#define SUNDIALS_DOUBLE_PRECISION 1
|
2018-02-12 23:02:47 -05:00
|
|
|
#define SUNDIALS_INT32_T 1
|
2019-12-17 23:33:49 -05:00
|
|
|
#define SUNDIALS_INDEX_TYPE int32_t
|
2015-11-13 14:55:53 -05:00
|
|
|
%(SUNDIALS_USE_GENERIC_MATH)s
|
|
|
|
|
%(SUNDIALS_BLAS_LAPACK)s
|
|
|
|
|
#define SUNDIALS_EXPORT
|
2020-05-22 20:59:44 -04:00
|
|
|
#define SUNDIALS_DEPRECATED SUNDIALS_EXPORT
|