Skip to content

Commit

Permalink
Merge pull request #20468 from bedroge/blis_0.9.0_add_riscv_support
Browse files Browse the repository at this point in the history
add RISC-V support to BLIS 0.9.0
  • Loading branch information
boegel committed May 3, 2024
2 parents 08e361c + 4defaa6 commit f37ff45
Show file tree
Hide file tree
Showing 2 changed files with 4,008 additions and 5 deletions.
14 changes: 9 additions & 5 deletions easybuild/easyconfigs/b/BLIS/BLIS-0.9.0-GCC-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ patches = [
'%(name)s-%(version)s_enable_ppc_autodetect.patch',
]
checksums = [
'1135f664be7355427b91025075562805cdc6cc730d3173f83533b2c5dcc2f308', # 0.9.0.tar.gz
# BLIS-0.9.0_disable_power9_kernels.patch
'ed7a326bc5c5c21c42faefbec2fd7be609d1c7236981b466475edace39307279',
# BLIS-0.9.0_enable_ppc_autodetect.patch
'f373fb252c0d14036fb631f048091976cceb02abb3e570a97fbaeac2fbb12328',
{'0.9.0.tar.gz': '1135f664be7355427b91025075562805cdc6cc730d3173f83533b2c5dcc2f308'},
{'BLIS-0.9.0_disable_power9_kernels.patch': 'ed7a326bc5c5c21c42faefbec2fd7be609d1c7236981b466475edace39307279'},
{'BLIS-0.9.0_enable_ppc_autodetect.patch': 'f373fb252c0d14036fb631f048091976cceb02abb3e570a97fbaeac2fbb12328'},
]

if ARCH == "riscv64":
patches += ['BLIS-0.9.0_add-riscv-support.patch']
checksums += [{'BLIS-0.9.0_add-riscv-support.patch':
'3610fa2e9f0e10c9e921865eb65966748392acb9cd8b17e43775c5a92f8d9f39'}]

builddependencies = [
('Python', '3.11.5'),
('Perl', '5.38.0'),
Expand Down
Loading

0 comments on commit f37ff45

Please sign in to comment.