Skip to content

Commit

Permalink
[CI] Test Sundials 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Aug 4, 2023
1 parent ce797ba commit 0b80608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -468,6 +468,8 @@ jobs:
fmt-ver: 9.1
- sundials-ver: 6.4.1
fmt-ver: 10
- sundials-ver: 6.6
fmt-ver: 10
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -1512,7 +1512,7 @@ if env['system_sundials'] == 'y':
if sundials_ver < parse_version("3.0") or sundials_ver >= parse_version("7.0"):
logger.error(f"Sundials version {env['sundials_version']!r} is not supported.")
sys.exit(1)
elif sundials_ver > parse_version("6.4.1"):
elif sundials_ver > parse_version("6.6.0"):
logger.warning(f"Sundials version {env['sundials_version']!r} has not been tested.")

logger.info(f"Using system installation of Sundials version {sundials_version!r}.")
Expand Down

0 comments on commit 0b80608

Please sign in to comment.