Skip to content

Commit

Permalink
arch: add gcc 13
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Nov 1, 2023
1 parent 31a8728 commit 8310cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devito/arch/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,4 +908,5 @@ def __lookup_cmds__(self):
DEVITO_ARCH. Developers should add new compiler classes here.
"""
compiler_registry.update({'gcc-%s' % i: partial(GNUCompiler, suffix=i)
for i in ['4.9', '5', '6', '7', '8', '9', '10', '11', '12']})
for i in ['4.9', '5', '6', '7', '8', '9', '10',
'11', '12', '13']})

0 comments on commit 8310cb3

Please sign in to comment.