Skip to content

Commit

Permalink
{2023.06}[2023a,a64fx] ROOT 6.30.06
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Oct 12, 2024
1 parent 2c0fa5d commit 2409a25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
easyconfigs:
- ROOT-6.30.06-foss-2023a.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21526
from-commit: 6cbfbd7d7a55dc7243f46d0beea510278f4718df
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3467
include-easyblocks-from-commit: c3aebe1f133d064a228c5d6c282e898b83d74601
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def post_ready_hook(self, *args, **kwargs):
memory_hungry_build = self.name in ['libxc', 'MBX', 'TensorFlow']
# on A64FX systems, (HBM) memory is typically scarce, so we need to use fewer cores for some builds
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
memory_hungry_build_a64fx = cpu_target == CPU_TARGET_A64FX and self.name in ['Qt5']
memory_hungry_build_a64fx = cpu_target == CPU_TARGET_A64FX and self.name in ['Qt5', 'ROOT']
if memory_hungry_build or memory_hungry_build_a64fx:
parallel = self.cfg['parallel']
if parallel > 1:
Expand Down

0 comments on commit 2409a25

Please sign in to comment.