Skip to content

Commit 0941330

Browse files
authored
Merge pull request #799 from AlexanderRichert-NOAA/produtil_150
Change prod-util module to prod_util (#794)
2 parents 4d0e030 + ea52b0b commit 0941330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/common/modules.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ modules:
1616
nlohmann-json: '{compiler.name}/{compiler.version}/json/{version}'
1717
nlohmann-json-schema-validator: '{compiler.name}/{compiler.version}/json-schema-validator/{version}'
1818
libjpeg-turbo: '{compiler.name}/{compiler.version}/libjpeg/{version}'
19+
prod-util: '{compiler.name}/{compiler.version}/prod_util/{version}'
1920
exclude:
2021
# List of packages for which we don't need modules
2122
- apple-libunwind
@@ -271,6 +272,7 @@ modules:
271272
nlohmann-json: 'json/{version}'
272273
nlohmann-json-schema-validator: 'json-schema-validator/{version}'
273274
libjpeg-turbo: 'libjpeg/{version}'
275+
prod-util: 'prod_util/{version}'
274276
exclude:
275277
# List of packages for which we don't need modules
276278
- apple-libunwind

0 commit comments

Comments
 (0)