Fix typo in documentation (#32984)
This commit is contained in:
parent
7f2e204e20
commit
450a3074e2
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ The following is an example of how to enforce package properties in
|
|||
require: "@1.13.2"
|
||||
openmpi:
|
||||
require:
|
||||
- any_of: ["~cuda", "gcc"]
|
||||
- any_of: ["~cuda", "%gcc"]
|
||||
mpich:
|
||||
require:
|
||||
- one_of: ["+cuda", "+rocm"]
|
||||
|
|
Loading…
Reference in a new issue