diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ea771bc..15387c3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ {% set version = "5.0.2" %} {% set major = version.rpartition('.')[0] %} {% set cuda_major = (cuda_compiler_version|default("11.8")).rpartition('.')[0] %} -{% set build = 1 %} +{% set build = 2 %} # give conda package a higher build number {% if mpi_type == 'conda' %}