force oneapi compiler unless specified otherwise (#43419)

This commit is contained in:
kwryankrattiger 2024-03-29 11:20:26 -05:00 committed by GitHub
parent 5932ee901c
commit e97787691b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,6 @@ spack:
all: all:
require: require:
- "target=x86_64_v3" - "target=x86_64_v3"
prefer:
- "%oneapi" - "%oneapi"
providers: providers:
blas: [openblas] blas: [openblas]