diff --git a/eb_hooks.py b/eb_hooks.py index 8a12d63d7e..5bf42b6bbf 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -595,7 +595,7 @@ def pre_configure_hook_LAMMPS_zen4(self, *args, **kwargs): cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR') if self.name == 'LAMMPS': - if self.version in ('2Aug2023_update2', '29Aug2024'): + if self.version in ('2Aug2023_update2', '2Aug2023_update4', '29Aug2024'): if get_cpu_architecture() == X86_64: if cpu_target == CPU_TARGET_ZEN4: # There is no support for ZEN4 in LAMMPS yet so falling back to ZEN3