Skip to content

Commit

Permalink
Update eb_hooks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
  • Loading branch information
bedroge and boegel committed Apr 4, 2024
1 parent 42e580b commit 3c4572c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ def post_prepare_hook_highway_handle_test_compilation_issues(self, *args, **kwar
if self.name == 'Highway':
tcname, tcversion = self.toolchain.name, self.toolchain.version
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
# note: keep condition in sync with the one used in
# pre_prepare_hook_highway_handle_test_compilation_issues
if self.version in ['1.0.4'] and tcname == 'GCCcore' and tcversion == '12.3.0':
if cpu_target == CPU_TARGET_NEOVERSE_N1:
update_build_option('optarch', self.orig_optarch)
Expand Down

0 comments on commit 3c4572c

Please sign in to comment.