Skip to content

Commit 821a181

Browse files
committed
fix variable in eb_hooks
Signed-off-by: laraPPr <[email protected]>
1 parent 22db16b commit 821a181

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
@@ -958,7 +958,7 @@ def pre_configure_hook_LAMMPS_zen4_and_Aarch64_cuda(self, *args, **kwargs):
958958
if ('CUDA' in [dep['name'] for dep in deps]):
959959
for dep in deps:
960960
if 'CUDA' == dep['name']:
961-
if dep['version'] in cuda_version:
961+
if dep['version'] in cuda_versions:
962962
cxxflags = os.getenv('CXXFLAGS', '')
963963
cxxflags = cxxflags.replace('-mcpu=native', '')
964964
# All ARM targets of 2Aug2023_update are build with ARMV80 or ARM81.

0 commit comments

Comments
 (0)