Skip to content

Commit 8ddf602

Browse files
committed
Shift selectors left in the MPI example
While it makes sense to align them across examples, this one has an extra condition, so it's probably better to shift it left, so people have a better chance of noticing it. Signed-off-by: Michał Górny <[email protected]>
1 parent a0271d3 commit 8ddf602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/advanced/cross-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ With MPI, openmpi is required for the build platform as the compiler wrappers ar
227227
```yaml
228228
requirements:
229229
build:
230-
- {{ mpi }} # [build_platform != target_platform and mpi == "openmpi"]
230+
- {{ mpi }} # [build_platform != target_platform and mpi == "openmpi"]
231231
host:
232232
- {{ mpi }}
233233
run:

0 commit comments

Comments
 (0)