Skip to content

Commit

Permalink
Add checksum for source
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Nov 11, 2024
1 parent d7f9d7b commit 7f938fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ sources = [
patches = [
'EveryBeam-0.5.4_python_metadata.patch'
]
checksums = []
checksums = [
None, # checksum for git clone source is non-deterministic
'0f66d50b1f7944ad0d64898a0e54ee8b20dc9fb3ec0d15b4e1da30bda88688ab' # EveryBeam-0.5.4_python_metadata.patch
]

builddependencies = [
('CMake', '3.27.6'),
('wget', '1.21.4'),
Expand Down
4 changes: 3 additions & 1 deletion easybuild/easyconfigs/w/WSClean/WSClean-3.5-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ sources = [
'download_filename': 'download'
},
]
checksums = []
checksums = ['b43d8ca490ccf34dd22aae6c5ca88a5dcb3cff0526835d3f97fa6d239745e641']

builddependencies = [
('CMake', '3.27.6'),
]

dependencies = [
('casacore', '3.5.0'),
('EveryBeam', '0.6.1'),
Expand Down

0 comments on commit 7f938fc

Please sign in to comment.