mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-19 01:14:44 -05:00
SUNDIALS: 5.1 -> 5.3 Eigen: 3.3.4 -> 3.3.7 Google Test: 1.8.0 -> 1.10 fmt: 6.1.2 -> 6.2.1
15 lines
489 B
C
15 lines
489 B
C
/* Minimal set of SUNDIALS configuration variables */
|
|
#define SUNDIALS_VERSION "5.3.0"
|
|
#define SUNDIALS_VERSION_MAJOR 5
|
|
#define SUNDIALS_VERSION_MINOR 3
|
|
#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
|
|
#define SUNDIALS_INDEX_TYPE int32_t
|
|
%(SUNDIALS_USE_GENERIC_MATH)s
|
|
%(SUNDIALS_BLAS_LAPACK)s
|
|
#define SUNDIALS_EXPORT
|
|
#define SUNDIALS_DEPRECATED SUNDIALS_EXPORT
|