Skip to content

Commit

Permalink
Rebuild for rdma_core 53 (#193)
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 Aug 22, 2024
2 parents b60fb42 + 65516e0 commit 1ede017
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 deletions.
12 changes: 6 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
rdma_core:
- '52'
- '53'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
rdma_core:
- '52'
- '53'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
rdma_core:
- '52'
- '53'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
rdma_core:
- '52'
- '53'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
rdma_core:
- '52'
- '53'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
rdma_core:
- '52'
- '53'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
8 changes: 0 additions & 8 deletions .ci_support/migrations/rdma_core52.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/rdma_core53.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for rdma_core 53
kind: version
migration_number: 1
migrator_ts: 1723078510.969996
rdma_core:
- '53'
1 change: 0 additions & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

package:
name: ucx-split
version: {{ version }}

source:
url: https://github.com/openucx/ucx/releases/download/v{{ version }}/ucx-{{ version }}.tar.gz
Expand All @@ -16,7 +17,7 @@ source:

build:
skip: true # [not linux or cuda_compiler_version == "None"]
number: 2
number: 3

outputs:
- name: ucx
Expand Down

0 comments on commit 1ede017

Please sign in to comment.