Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 29, 2023
2 parents 685afa2 + 162c90e commit a5b91b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/common/modules_lmod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ modules:
nlohmann-json: 'json/{version}'
nlohmann-json-schema-validator: 'json-schema-validator/{version}'
libjpeg-turbo: 'libjpeg/{version}'
prod-util: 'prod_util/{version}'
exclude:
# List of packages for which we don't need modules
- apple-libunwind
Expand Down
1 change: 1 addition & 0 deletions configs/common/modules_tcl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ modules:
nlohmann-json: '{compiler.name}/{compiler.version}/json/{version}'
nlohmann-json-schema-validator: '{compiler.name}/{compiler.version}/json-schema-validator/{version}'
libjpeg-turbo: '{compiler.name}/{compiler.version}/libjpeg/{version}'
prod-util: '{compiler.name}/{compiler.version}/prod_util/{version}'
exclude:
# List of packages for which we don't need modules
- apple-libunwind
Expand Down

0 comments on commit a5b91b9

Please sign in to comment.