Skip to content

Commit

Permalink
Merge pull request #418 from WardF/gh380.wif
Browse files Browse the repository at this point in the history
nf-config uses install libdir variable
  • Loading branch information
WardF authored Nov 29, 2023
2 parents 5f02e6a + 1dc9d5e commit 155d387
Show file tree
Hide file tree
Showing 44 changed files with 191,407 additions and 13 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/run_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ name: Run netCDF-Fortran Linux tests

on: [pull_request, workflow_dispatch]

concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
cancel-in-progress: true

jobs:

build-deps:
Expand All @@ -15,7 +19,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.12.2 ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0, main ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0 ]

steps:

Expand Down Expand Up @@ -71,7 +75,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.12.2 ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0, main ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0 ]

steps:

Expand Down Expand Up @@ -130,7 +134,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.12.2 ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0, main ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0 ]

steps:

Expand Down Expand Up @@ -227,7 +231,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.12.2 ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0, main ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0 ]

steps:

Expand Down Expand Up @@ -325,7 +329,7 @@ jobs:
strategy:
matrix:
hdf5: [ 1.12.2 ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0, main ]
netcdf: [ v4.7.4, v4.8.1, v4.9.0 ]

steps:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run_tests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: Run netCDF-Fortran MacOS tests

on: [ workflow_dispatch ]

concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
cancel-in-progress: true

jobs:

Expand Down
Loading

0 comments on commit 155d387

Please sign in to comment.