Skip to content

Commit

Permalink
Update Sundials submodule info to Sundials 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
band-a-prend authored and speth committed Apr 3, 2020
1 parent 179a48d commit 863d88e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -1133,8 +1133,8 @@ if env['system_sundials'] == 'y':
print('WARNING: External BLAS/LAPACK has been specified for Cantera '
'but Sundials was built without this support.')
else: # env['system_sundials'] == 'n'
print("""INFO: Using private installation of Sundials version 5.0.""")
env['sundials_version'] = '5.0'
print("""INFO: Using private installation of Sundials version 5.1.""")
env['sundials_version'] = '5.1'
env['has_sundials_lapack'] = int(env['use_lapack'])


Expand Down
4 changes: 2 additions & 2 deletions ext/sundials_config.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Minimal set of SUNDIALS configuration variables */
#define SUNDIALS_VERSION "5.0.0"
#define SUNDIALS_VERSION "5.1.0"
#define SUNDIALS_VERSION_MAJOR 5
#define SUNDIALS_VERSION_MINOR 0
#define SUNDIALS_VERSION_MINOR 1
#define SUNDIALS_VERSION_PATCH 0
#define SUNDIALS_VERSION_LABEL ""
#define SUNDIALS_F77_FUNC(name,NAME) name ## _
Expand Down

0 comments on commit 863d88e

Please sign in to comment.