add intel oneapi to compiler/pkg translations (#21448)

This commit is contained in:
Greg Becker 2021-02-02 11:11:51 -08:00 committed by Tamara Dahlgren
parent e1dc4ba370
commit 240726a2e1

View File

@ -39,7 +39,8 @@
_compiler_cache = {}
_compiler_to_pkg = {
'clang': 'llvm+clang'
'clang': 'llvm+clang',
'oneapi': 'intel-oneapi-compilers'
}