We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8abf3 commit c3da94fCopy full SHA for c3da94f
recipe/conda_build_config.yaml
@@ -1,5 +1,5 @@
1
mpi_type:
2
- - external
+ - external # [linux and x86_64]
3
- conda
4
docker_image: # [linux and x86_64]
5
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 # [linux and x86_64]
recipe/meta.yaml
@@ -1,6 +1,6 @@
{% set version = "4.1.3" %}
{% set major = version.rpartition('.')[0] %}
-{% set build = 3 %}
+{% set build = 4 %}
# give conda package a higher build number
6
{% if mpi_type == 'conda' %}
@@ -24,6 +24,8 @@ build:
24
outputs:
25
{% if mpi_type == 'external' %}
26
- name: openmpi
27
+ build:
28
+ noarch: generic
29
string: {{ mpi_type }}_{{ build }}
30
track_features:
31
- openmpi_{{ mpi_type }}
0 commit comments