Files
cantera/ext/sundials_config.h.in
T
Bryan W. Weber cda3a8e7a1 Update submodules to more recent releases
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
2020-06-10 22:00:12 -04:00

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