Skip to content

Commit cc17513

Browse files
committed
{2023.06}[2023a,a64fx] ROOT 6.30.06
1 parent 2c0fa5d commit cc17513

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
easyconfigs:
2+
- ROOT-6.30.06-foss-2023a.eb

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def post_ready_hook(self, *args, **kwargs):
9191
memory_hungry_build = self.name in ['libxc', 'MBX', 'TensorFlow']
9292
# on A64FX systems, (HBM) memory is typically scarce, so we need to use fewer cores for some builds
9393
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
94-
memory_hungry_build_a64fx = cpu_target == CPU_TARGET_A64FX and self.name in ['Qt5']
94+
memory_hungry_build_a64fx = cpu_target == CPU_TARGET_A64FX and self.name in ['Qt5', 'ROOT']
9595
if memory_hungry_build or memory_hungry_build_a64fx:
9696
parallel = self.cfg['parallel']
9797
if parallel > 1:

0 commit comments

Comments
 (0)