Skip to content

Commit

Permalink
Replace ucx_version with version (#169)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Apr 20, 2024
2 parents 06eef4f + c93b87d commit c7e9896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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") }}
Expand Down

0 comments on commit c7e9896

Please sign in to comment.