Skip to content

Commit

Permalink
Merge pull request Unidata#2 from ZedThree/cmake-hdf5-tidy-2
Browse files Browse the repository at this point in the history
Cmake hdf5 tidy 2
  • Loading branch information
K20shores committed Feb 16, 2024
2 parents 53887b2 + 11d484c commit 8ae2260
Show file tree
Hide file tree
Showing 24 changed files with 74 additions and 345 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests_cdash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.10.8, 1.12.2, 1.14.0 ]
hdf5: [ 1.10.8, 1.12.2, 1.14.3 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.14.0 ]
hdf5: [ 1.14.3 ]

steps:

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.10.8, 1.12.2, 1.14.0 ]
hdf5: [ 1.10.8, 1.12.2, 1.14.3 ]

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2, 1.14.0 ]
hdf5: [ 1.12.2, 1.14.3 ]

steps:

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2, 1.14.0 ]
hdf5: [ 1.12.2, 1.14.3 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2, 1.14.0 ]
hdf5: [ 1.12.2, 1.14.3 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2, 1.14.0 ]
hdf5: [ 1.12.2, 1.14.3 ]
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.2, 1.14.0 ]
hdf5: [ 1.12.2, 1.14.3 ]

steps:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.10.8, 1.12.2, 1.14.0 ]
hdf5: [ 1.10.8, 1.12.2, 1.14.3 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.14.0 ]
hdf5: [ 1.14.3 ]
steps:

- uses: actions/checkout@v3
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/run_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.10.8, 1.12.2, 1.14.0 ]
hdf5: [ 1.10.8, 1.12.2, 1.14.3 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.14.0 ]
hdf5: [ 1.14.3 ]

steps:

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.14.0 ]
hdf5: [ 1.14.3 ]
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.14.0 ]
hdf5: [ 1.14.3 ]
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.14.0 ]
hdf5: [ 1.14.3 ]

steps:

Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.14.0 ]
hdf5: [ 1.14.3 ]

steps:

Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:

strategy:
matrix:
hdf5: [1.10.8, 1.12.2, 1.14.0 ]
hdf5: [1.10.8, 1.12.2, 1.14.3 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -624,7 +624,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.10.8, 1.12.2, 1.14.0 ]
hdf5: [ 1.10.8, 1.12.2, 1.14.3 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down
Loading

0 comments on commit 8ae2260

Please sign in to comment.