Skip to content

Commit

Permalink
Merge pull request easybuilders#14018 from akesandgren/20210916195325…
Browse files Browse the repository at this point in the history
…_new_pr_BLIS081

add patch for BLIS 0.8.1 to fix dgemm FPE signalling on Broadwell
  • Loading branch information
boegel authored Sep 17, 2021
2 parents 9aa3016 + a39d927 commit b2eb591
Show file tree
Hide file tree
Showing 2 changed files with 2,227 additions and 1 deletion.
9 changes: 8 additions & 1 deletion easybuild/easyconfigs/b/BLIS/BLIS-0.8.1-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = ['https://github.com/flame/blis/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['729694128719801e82fae7b5f2489ab73e4a467f46271beff09588c9265a697b']
patches = [
'%(name)s-%(version)s_fix_dgemm-fpe-signalling-on-broadwell.patch',
]
checksums = [
'729694128719801e82fae7b5f2489ab73e4a467f46271beff09588c9265a697b', # 0.8.1.tar.gz
# BLIS-0.8.1_fix_dgemm-fpe-signalling-on-broadwell.patch
'345fa39933e9d1442d2eb1e4ed9129df3fe4aefecf4d104e5d4f25b3bca24d0d',
]

builddependencies = [
('binutils', '2.36.1'),
Expand Down
Loading

0 comments on commit b2eb591

Please sign in to comment.