Skip to content

Commit

Permalink
Update aocc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-masterov committed Sep 6, 2024
1 parent 7c75089 commit df6d3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/a/aocc.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self, *args, **kwargs):

# Starting from LLVM v16, the folder naming is based on the major version of clang.
if LooseVersion(self.clangversion) >= LooseVersion('16.0.0'):
self.clangversion = '16'
self.clangversion = '16'

def _aocc_guess_clang_version(self):
map_aocc_to_clang_ver = {
Expand Down

0 comments on commit df6d3f0

Please sign in to comment.