Skip to content

Commit

Permalink
Merge pull request #17077 from branfosj/20230111125039_new_pr_UCX1131
Browse files Browse the repository at this point in the history
add alternative checksum for UCX 1.13.1 after source tarball was changed in-place (without actual code changes)
  • Loading branch information
boegel authored Jan 12, 2023
2 parents 6865bcc + b11d205 commit 13a2754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/u/UCX-CUDA/UCX-CUDA-1.13.1-GCCcore-12.2.0-CUDA-12.0.0.eb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = [{'filename': 'ucx-%(version)s.tar.gz', 'alt_location': 'UCX'}]
patches = ['%(name)s-1.11.0_link_against_existing_UCX_libs.patch']
checksums = [
{'ucx-1.13.1.tar.gz': 'efc37829b68e131d2acc82a3fd4334bfd611156a756837ffeb650ab9a9dd3828'},
('efc37829b68e131d2acc82a3fd4334bfd611156a756837ffeb650ab9a9dd3828',
'2c4a2f96c700e3705e185c2846a710691b6e800e8aec11fd4b3e47bcc3990548'), # ucx-1.13.1.tar.gz
{'UCX-CUDA-1.11.0_link_against_existing_UCX_libs.patch':
'457187fa020e526609ba91e7750c9941d57bd57d60d6eed317b40ad8824aca93'},
]
Expand Down
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/u/UCX/UCX-1.13.1-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ patches = [
'UCX-1.13.1_fix-undeclared-PTR.patch',
]
checksums = [
{'ucx-1.13.1.tar.gz': 'efc37829b68e131d2acc82a3fd4334bfd611156a756837ffeb650ab9a9dd3828'},
('efc37829b68e131d2acc82a3fd4334bfd611156a756837ffeb650ab9a9dd3828',
'2c4a2f96c700e3705e185c2846a710691b6e800e8aec11fd4b3e47bcc3990548'), # ucx-1.13.1.tar.gz
{'UCX-1.13.1-dynamic_modules.patch': '00874687bd90b795fff61aaa183f6c6bea2210aa1003b28f23d9ebf7066f8782'},
{'UCX-1.13.1_fix-undeclared-PTR.patch': 'ef22c29604552ad3223f2a6bac352f30023cc5cf68f786abfdc4ad7c04189a76'},
]
Expand Down

0 comments on commit 13a2754

Please sign in to comment.