1 parent 38e45df commit 6581883Copy full SHA for 6581883
1 file changed
easybuild/easyblocks/b/blis.py
@@ -74,7 +74,7 @@ def configure_step(self):
74
75
# arch_name will only be available when archspec is available to easybuild, else arch_name will be unknown
76
arch_name = get_cpu_arch_name()
77
- if self.version in ('0.9.0', '1.0', '1.1') and arch_name == 'a64fx':
+ if self.version in ('0.9.0', '1.0', '1.1', '2.0') and arch_name == 'a64fx':
78
# see https://github.com/flame/blis/issues/800
79
self.cfg.update('configopts', 'CFLAGS="$CFLAGS -DCACHE_SECTOR_SIZE_READONLY"')
80
0 commit comments