Skip to content

Commit

Permalink
Fix: Link netcdf-c libs in ICON (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker authored Nov 21, 2024
1 parent 666babb commit 41659c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions repos/c2sm/packages/icon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,7 @@ def configure_args(self):
libs += self.spec['lapack:fortran'].libs
libs += self.spec['blas:fortran'].libs
libs += self.spec['netcdf-fortran'].libs

if '+coupling' in self.spec:
libs += self.spec['netcdf-c'].libs
libs += self.spec['netcdf-c'].libs

if '+emvorado' in self.spec:
libs += self.spec['hdf5:fortran,hl'].libs
Expand Down

0 comments on commit 41659c5

Please sign in to comment.