Adding support for rocmcc to cray-libsci package (#28601)

This commit is contained in:
luker
2022-02-10 03:50:33 -06:00
committed by GitHub
parent 130354b867
commit fa38af285c

View File

@@ -37,7 +37,8 @@ class CrayLibsci(Package):
'cce': 'CRAY', 'cce': 'CRAY',
'intel': 'INTEL', 'intel': 'INTEL',
'clang': 'ALLINEA', 'clang': 'ALLINEA',
'aocc': 'AOCC' 'aocc': 'AOCC',
'rocmcc': 'AMD'
} }
@property @property