Skip to content

Commit 2783362

Browse files
Rebuild for ucx1410
1 parent dfc7e7e commit 2783362

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
__migrator:
2+
build_number: 1
3+
kind: version
4+
migration_number: 1
5+
ucx:
6+
- '1.14.0'
7+
migrator_ts: 1679152574.207815

conda-forge.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
build_platform: {osx_arm64: osx_64}
1+
build_platform:
2+
linux_aarch64: linux_64
3+
osx_arm64: osx_64
4+
conda_build:
5+
pkg_format: '2'
26
conda_forge_output_validation: true
3-
provider: {linux_aarch64: default, linux_ppc64le: azure}
4-
test_on_native_only: true
57
github:
68
branch_name: main
79
tooling_branch_name: main
8-
conda_build:
9-
pkg_format: '2'
10+
provider:
11+
linux_aarch64: default
12+
linux_ppc64le: azure
13+
test_on_native_only: true

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set version = "4.1.5" %}
22
{% set major = version.rpartition('.')[0] %}
3-
{% set build = 0 %}
3+
{% set build = 1 %}
44

55
# give conda package a higher build number
66
{% if mpi_type == 'conda' %}

0 commit comments

Comments
 (0)