Skip to content

Commit 6581883

Browse files
boegelbedroge
andauthored
also use -DCACHE_SECTOR_SIZE_READONLY for BLIS 2.0 on A64FX
Co-authored-by: Bob Dröge <b.e.droge@rug.nl>
1 parent 38e45df commit 6581883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easybuild/easyblocks/b/blis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def configure_step(self):
7474

7575
# arch_name will only be available when archspec is available to easybuild, else arch_name will be unknown
7676
arch_name = get_cpu_arch_name()
77-
if self.version in ('0.9.0', '1.0', '1.1') and arch_name == 'a64fx':
77+
if self.version in ('0.9.0', '1.0', '1.1', '2.0') and arch_name == 'a64fx':
7878
# see https://github.com/flame/blis/issues/800
7979
self.cfg.update('configopts', 'CFLAGS="$CFLAGS -DCACHE_SECTOR_SIZE_READONLY"')
8080

0 commit comments

Comments
 (0)