Skip to content

Commit 3ad4af9

Browse files
committed
fix external build section
string, track_features are build keys, not top-level
1 parent a553046 commit 3ad4af9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

recipe/meta.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ outputs:
113113
- tests/helloworld.f90
114114
{% else %}
115115
- name: openmpi
116-
string: {{ mpi_type }}_{{ build }}
117-
track_features:
118-
- openmpi_{{ mpi_type }}
116+
build:
117+
string: {{ mpi_type }}_{{ build }}
118+
track_features:
119+
- openmpi_{{ mpi_type }}
119120
requirements:
120121
host: []
121122
run:

0 commit comments

Comments
 (0)