allow rocm packages to build with amdclang in gcc stack

This commit is contained in:
Gregory Becker
2024-04-16 15:12:15 -07:00
parent 0b1f74bd04
commit 3efc19028e

View File

@@ -7,7 +7,10 @@ spack:
packages:
all:
require: '%gcc target=x86_64_v3'
require:
- one_of:
- '%gcc target=x86_64_v3'
- '+rocm %rocmcc target=x86_64_v3'
providers:
blas: [openblas]
variants: +mpi