Skip to content

Commit c3da94f

Browse files
committed
noarch: generic for empty external package
1 parent 3b8abf3 commit c3da94f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

recipe/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mpi_type:
2-
- external
2+
- external # [linux and x86_64]
33
- conda
44
docker_image: # [linux and x86_64]
55
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 # [linux and x86_64]

recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set version = "4.1.3" %}
22
{% set major = version.rpartition('.')[0] %}
3-
{% set build = 3 %}
3+
{% set build = 4 %}
44

55
# give conda package a higher build number
66
{% if mpi_type == 'conda' %}
@@ -24,6 +24,8 @@ build:
2424
outputs:
2525
{% if mpi_type == 'external' %}
2626
- name: openmpi
27+
build:
28+
noarch: generic
2729
string: {{ mpi_type }}_{{ build }}
2830
track_features:
2931
- openmpi_{{ mpi_type }}

0 commit comments

Comments
 (0)