Skip to content

Commit

Permalink
mom5: correct the location of the comment (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula authored Aug 26, 2024
1 parent 81a820e commit 7b6a3c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mom5/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def edit(self, spec, prefix):
# Add support for the ifx compiler
config["oneapi"] = config["intel"]

# Copied from bin/mkmf.template.t90
if self.spec.satisfies("@access-esm1.5:access-esm1.6"):
config["post"] = """
# you should never need to change any lines below.
Expand Down Expand Up @@ -393,6 +392,8 @@ def edit(self, spec, prefix):
$(FC) $(CPPDEFS) $(FPPFLAGS) $(FFLAGS) -o $*.x $*.F90 *.o $(LDFLAGS)
"""
else:
# Copied from bin/mkmf.template.t90
# TODO: Why from `mkmf.template.t90`? Copy bin/mkmf.template.nci.
config["post"] = """
# you should never need to change any lines below.
Expand Down

0 comments on commit 7b6a3c3

Please sign in to comment.