Skip to content

Commit

Permalink
Update llvm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-masterov authored Aug 1, 2023
1 parent 9af547e commit 9b9cf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/l/llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def configure_step(self):
change_dir(cwd)
else:
raise EasyBuildError("Failed to find unpacked CMake modules directory at %s", cmake_modules_path)

if LooseVersion(self.version) >= LooseVersion('16.0'):
# make sure that third-party modules are available in build directory,
# and if so make a 'third-party' symlink so LLVM can find them
Expand Down

0 comments on commit 9b9cf45

Please sign in to comment.