Skip to content

Commit

Permalink
Update eb_hooks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Röblitz <[email protected]>
  • Loading branch information
TopRichard and trz42 authored Jan 22, 2024
1 parent 538fe73 commit 27f47ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def parse_hook_fontconfig_add_fonts(ec, eprefix):


def parse_hook_openblas_relax_lapack_tests_num_errors(ec, eprefix):
"""Relax number of failing numerical LAPACK tests for aarch64/neoverse_v1 CPU target for OpenBLAS < 0.3.23"""
"""Relax number of failing numerical LAPACK tests for aarch64/* CPU targets for OpenBLAS < 0.3.23"""
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
if ec.name == 'OpenBLAS':
if LooseVersion(ec.version) < LooseVersion('0.3.23'):
Expand Down

0 comments on commit 27f47ef

Please sign in to comment.