Skip to content

Commit

Permalink
fix long line
Browse files Browse the repository at this point in the history
Co-authored-by: SebastianAchilles <s.achilles@fz-juelich.de>
  • Loading branch information
bedroge and SebastianAchilles committed Apr 28, 2024
1 parent 751ad83 commit 595cb6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/u/UCC/UCC-1.2.0-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ checksums = [

if ARCH == "riscv64":
patches += ['UCC-1.2.0_add-riscv-support.patch']
checksums += [{'UCC-1.2.0_add-riscv-support.patch': 'e9e2a4c206dad2367af97d92c12b796b454992cfce23984b132e9e78a07ff55b'}]
checksums += [{'UCC-1.2.0_add-riscv-support.patch':
'e9e2a4c206dad2367af97d92c12b796b454992cfce23984b132e9e78a07ff55b'}]

builddependencies = [
('binutils', '2.40'),
Expand Down

0 comments on commit 595cb6a

Please sign in to comment.