Skip to content

Commit

Permalink
try sundials v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmades committed Jul 15, 2024
1 parent b0054a1 commit 2a763e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
$tags=@{`
zlib = "v1.2.13"; `
hdf5 = "hdf5-1_14_0"; `
sundials = "v5.7.0"; `
sundials = "v7.1.1"; `
yamlcpp = "0.8.0"; `
catch2 = "v3.5.2"; `
googletest = "v1.14.0"; `
Expand Down
2 changes: 1 addition & 1 deletion scripts/dependencies_installer/InstallDependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Param(
[Parameter(Mandatory = $false)] [hashtable]$GitTags = @{ `
zlib = 'v1.2.13'; `
hdf5 = 'hdf5-1_14_0'; `
sundials = 'v5.7.0'; `
sundials = 'v7.1.1'; `
yamlcpp = '0.8.0'; `
units = 'v0.9.1'; `
catch2 = 'v3.5.2'; `
Expand Down

0 comments on commit 2a763e6

Please sign in to comment.