Tune default compiler preferences (#43805)

Add `%oneapi`, remove compilers that have been discontinued upstream
This commit is contained in:
Massimiliano Culpo 2024-04-24 18:00:40 +02:00 committed by GitHub
parent 1eb6977049
commit 0dbe4d54b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@ packages:
- apple-clang
- clang
- gcc
- intel
providers:
elf: [libelf]
fuse: [macfuse]

View file

@ -15,7 +15,7 @@
# -------------------------------------------------------------------------
packages:
all:
compiler: [gcc, intel, pgi, clang, xl, nag, fj, aocc]
compiler: [gcc, clang, oneapi, xl, nag, fj, aocc]
providers:
awk: [gawk]
blas: [openblas, amdblis]