Skip to content

Commit df4a56a

Browse files
authored
Apply suggestion from @ocaisa
1 parent 0a48329 commit df4a56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ def pre_configure_hook_LAMMPS_zen4_and_aarch64_cuda(self, *args, **kwargs):
10311031
if self.version == '2Aug2023_update2':
10321032
if get_cpu_architecture() == AARCH64:
10331033
if self.cuda:
1034-
for dep in deps = self.cfg.dependencies():
1034+
for dep in self.cfg.dependencies():
10351035
if 'CUDA' == dep['name']:
10361036
# This was broken until CUDA 13.1
10371037
if dep['version'] < LooseVersion('13.1'):

0 commit comments

Comments
 (0)