Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 18, 2024
1 parent ee84da2 commit 1be9c1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions repos/c2sm/packages/icon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ class Icon(AutotoolsPackage, CudaPackage):
for x in serialization_values:

# WORKAROUND: A build and link dependency should imply that the same compiler is used. This enforces it.
depends_on('serialbox+fortran %nvhpc', when='serialization={0} %nvhpc'.format(x))
depends_on('serialbox+fortran %gcc', when='serialization={0} %gcc'.format(x))
depends_on('serialbox+fortran %nvhpc',
when='serialization={0} %nvhpc'.format(x))
depends_on('serialbox+fortran %gcc',
when='serialization={0} %gcc'.format(x))

depends_on('eccodes +fortran', when='+emvorado')
depends_on('eccodes', when='+grib2')
Expand Down

0 comments on commit 1be9c1d

Please sign in to comment.