diff --git a/eb_hooks.py b/eb_hooks.py index 191e24678b..3dc6d1efa8 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -164,10 +164,11 @@ def parse_hook_openblas_relax_lapack_tests_num_errors(ec, eprefix): if ec.name == 'OpenBLAS': # relax maximum number of failed numerical LAPACK tests on Arm 64-bit systems, # since the default setting of 150 that works well on x86_64 is a bit too strict + # See https://github.com/EESSI/software-layer/issues/314 cfg_option = 'max_failing_lapack_tests_num_errors' if get_cpu_architecture() == AARCH64: orig_value = ec[cfg_option] - ec[cfg_option] = 300 + ec[cfg_option] = 400 print_msg("Maximum number of failing LAPACK tests with numerical errors for %s relaxed to %s (was %s)", ec.name, ec[cfg_option], orig_value) else: diff --git a/eessi-2023.06-eb-4.7.2-2022b.yml b/eessi-2023.06-eb-4.7.2-2022b.yml index 359300b1fa..6d15ee2b90 100644 --- a/eessi-2023.06-eb-4.7.2-2022b.yml +++ b/eessi-2023.06-eb-4.7.2-2022b.yml @@ -1,3 +1,7 @@ easyconfigs: - GCC-12.2.0 - OpenMPI-4.1.4-GCC-12.2.0 + - CMake-3.24.3-GCCcore-12.2.0.eb: + options: + include-easyblocks-from-pr: 2248 + - foss-2022b