Tune default compiler preferences (#43805)
Add `%oneapi`, remove compilers that have been discontinued upstream
This commit is contained in:
parent
1eb6977049
commit
0dbe4d54b6
2 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,6 @@ packages:
|
||||||
- apple-clang
|
- apple-clang
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
- intel
|
|
||||||
providers:
|
providers:
|
||||||
elf: [libelf]
|
elf: [libelf]
|
||||||
fuse: [macfuse]
|
fuse: [macfuse]
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
packages:
|
packages:
|
||||||
all:
|
all:
|
||||||
compiler: [gcc, intel, pgi, clang, xl, nag, fj, aocc]
|
compiler: [gcc, clang, oneapi, xl, nag, fj, aocc]
|
||||||
providers:
|
providers:
|
||||||
awk: [gawk]
|
awk: [gawk]
|
||||||
blas: [openblas, amdblis]
|
blas: [openblas, amdblis]
|
||||||
|
|
Loading…
Reference in a new issue