Skip to content

Commit

Permalink
test if % has weird effect in a string
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice authored Mar 6, 2025
1 parent bfa72c1 commit 7f34dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/access-om3-nuopc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class AccessOm3Nuopc(CMakePackage):
depends_on("netcdf-fortran@4.6.0:")
depends_on("esmf@8.3.0:")
for compiler in ["%intel", "%oneapi"]:
depends_on("esmf cflags='-fp-model precise' fflags='-fp-model precise'", when=compiler)
depends_on("esmf cflags='-fp-model precise' fflags='-fp-model precise'", when=f"{compiler}")
depends_on("fortranxml@4.1.2:")
depends_on("fms@2021.03: build_type==RelWithDebInfo precision=64 +large_file ~gfs_phys ~quad_precision")
depends_on("fms +openmp", when="+openmp")
Expand Down

0 comments on commit 7f34dba

Please sign in to comment.