Skip to content

Commit faf2f09

Browse files
authored
Merge pull request #1246 from conda-forge/chrisburr-build-number-mpi
2 parents 04be8f8 + ca62c75 commit faf2f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ This matches what is done in `hdf5 <https://github.com/conda-forge/hdf5-feedstoc
605605

606606
# meta.yaml
607607
{% set name = 'pkg' %}
608-
{% set build = 1000 %}
608+
{% set build = 0 %}
609609

610610
# ensure mpi is defined (needed for conda-smithy recipe-lint)
611611
{% set mpi = mpi or 'nompi' %}

0 commit comments

Comments
 (0)