Skip to content

Commit 095f6c7

Browse files
committed
Fix wrong name
1 parent d726a99 commit 095f6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/easyblocks/l/llvm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,9 +1135,9 @@ def sanity_check_step(self, custom_paths=None, custom_commands=None, extension=F
11351135
if self.cfg['build_openmp_tools']:
11361136
check_files += [os.path.join('lib', 'clang', resdir_version, 'include', 'ompt.h')]
11371137
if LooseVersion(self.version) < LooseVersion('19'):
1138-
check_lib_files += ['libomp.so']
1138+
check_lib_files += ['libarcher.so']
11391139
elif LooseVersion(self.version) >= LooseVersion('19'):
1140-
check_librt_files += ['libomp.so']
1140+
check_librt_files += ['libarcher.so']
11411141
if self.cfg['python_bindings']:
11421142
custom_commands += ["python -c 'import clang'"]
11431143
custom_commands += ["python -c 'import mlir'"]

0 commit comments

Comments
 (0)