Skip to content

Commit

Permalink
apply UCC-1.2.0_add-riscv-support.patch when building for RISC-V
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Apr 28, 2024
1 parent 532e8cd commit 751ad83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 @@ -20,6 +20,10 @@ checksums = [
{'UCC-1.1.0-multiple_component_paths.patch': '3081d0f694331daa4a88a0fa3fb54b9a918015248ae5eb7b3157b924abd31bee'},
]

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

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

0 comments on commit 751ad83

Please sign in to comment.