diff --git a/recipe/meta.yaml b/recipe/meta.yaml index acac2056..cf8c10dd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,19 +1,19 @@ -{% set ucx_version = "1.16.0" %} +{% set version = "1.16.0" %} package: name: ucx-split source: - url: https://github.com/openucx/ucx/archive/v{{ ucx_version }}.tar.gz + url: https://github.com/openucx/ucx/archive/v{{ version }}.tar.gz sha256: bf1c1ce6583ea1ab805feceb000157dc1fb825a60ddac0fbd9a329a010f9ad72 build: skip: true # [not linux or cuda_compiler_version in ("None", "11.2")] - number: 0 + number: 1 outputs: - name: ucx - version: {{ ucx_version }} + version: {{ version }} build: run_exports: - {{ pin_subpackage("ucx", max_pin="x.x") }}