We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4889a40 commit 87ba2c7Copy full SHA for 87ba2c7
easybuild/easyblocks/l/llvm.py
@@ -937,7 +937,7 @@ def configure_step(self):
937
938
# Avoid concurrency issue in tests, see https://github.com/llvm/llvm-project/pull/151313
939
llvm_version = LooseVersion(self.version)
940
- if llvm_version < '20.1':
+ if llvm_version < '20':
941
regex_subs = [(r'cmake_policy\(SET CMP0114 OLD\)', 'cmake_policy(SET CMP0114 NEW)')]
942
tgt_file = os.path.join('llvm', 'CMakeLists.txt')
943
if llvm_version >= '16':
0 commit comments