Skip to content

Commit

Permalink
Merge pull request #799 from AlexanderRichert-NOAA/produtil_150
Browse files Browse the repository at this point in the history
Change prod-util module to prod_util (#794)
  • Loading branch information
climbfuji authored Sep 29, 2023
2 parents 4d0e030 + ea52b0b commit 0941330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/common/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 Expand Up @@ -271,6 +272,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

0 comments on commit 0941330

Please sign in to comment.