[CI] Test Sundials 6.6

This commit is contained in:
Ray Speth
2023-08-03 18:50:43 -04:00
committed by Ingmar Schoegl
parent ce797baffb
commit 0b80608642
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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}.")