Skip to content

Commit

Permalink
fix similar problem for xl-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibelp committed Jan 22, 2025
1 parent dec797c commit b0adf36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systems/llnl-sierra/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ def sw_description(self):
compiler_id = self.spec.variants["compiler"][0]
if compiler_id == "clang-ibm":
compiler_id = "clang"
elif compiler_id == "xl-gcc":
compiler_id = "xl"

return f"""\
software:
Expand Down

0 comments on commit b0adf36

Please sign in to comment.