Skip to content

Commit 5ebabcc

Browse files
committed
Merge branch 'LAMMPS_hook' into test_LAMMPS_HOOK
2 parents 0d31912 + 821a181 commit 5ebabcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)