Skip to content

Commit

Permalink
netcdf 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 7, 2023
1 parent 020fae7 commit 513c5bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,19 @@ jobs:
working-directory: modflow6
run: pkg-config --variable pc_path pkg-config

- name: Show pc paths
- name: Show netcdf.pc
working-directory: modflow6
run: cat /home/runner/micromamba/envs/modflow6/lib/pkgconfig/netcdf.pc

- name: Show pc paths
- name: Show netcdf-fortran.pc
working-directory: modflow6
run: cat /home/runner/micromamba/envs/modflow6/lib/pkgconfig/netcdf-fortran.pc

- name: Edit netcdf-fortran.pc
working-directory: modflow6
run: sed -i "s|libdir=/home/runner/micromamba/envs/modflow6//home/runner/micromamba/envs/modflow6/lib|libdir=/home/runner/micromamba/envs/modflow6/lib|g" /home/runner/micromamba/envs/modflow6/lib/pkgconfig/netcdf-fortran.pc

- name: Show netcdf-fortran.pc
working-directory: modflow6
run: cat /home/runner/micromamba/envs/modflow6/lib/pkgconfig/netcdf-fortran.pc

Expand Down

0 comments on commit 513c5bd

Please sign in to comment.