Skip to content

Commit 0d31912

Browse files
committed
Merge branch 'LAMMPS_hook' into test_LAMMPS_HOOK
2 parents c0a3f2d + 22db16b commit 0d31912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eb_hooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,8 +967,8 @@ def pre_configure_hook_LAMMPS_zen4_and_Aarch64_cuda(self, *args, **kwargs):
967967
self.log.info("Setting CXXFLAGS to disable NEON: %s", cxxflags)
968968
env.setvar('CXXFLAGS', cxxflags)
969969

970-
else:
971-
raise EasyBuildError("LAMMPS-specific hook triggered for non-LAMMPS easyconfig?!")
970+
else:
971+
raise EasyBuildError("LAMMPS-specific hook triggered for non-LAMMPS easyconfig?!")
972972

973973
def pre_configure_hook_cmake_system(self, *args, **kwargs):
974974
"""

0 commit comments

Comments
 (0)