Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild for rdma_core 50 #154

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
rdma_core:
- '49'
- '50'
target_platform:
- linux-64
ucx:
- 1.15.0
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
rdma_core:
- '49'
- '50'
target_platform:
- linux-64
ucx:
- 1.15.0
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
rdma_core:
- '49'
- '50'
target_platform:
- linux-aarch64
ucx:
- 1.15.0
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
rdma_core:
- '49'
- '50'
target_platform:
- linux-aarch64
ucx:
- 1.15.0
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.8
rdma_core:
- '49'
- '50'
target_platform:
- linux-ppc64le
ucx:
- 1.15.0
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
rdma_core:
- '49'
- '50'
target_platform:
- linux-ppc64le
ucx:
- 1.15.0
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
8 changes: 8 additions & 0 deletions .ci_support/migrations/rdma_core50.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 50
kind: version
migration_number: 1
migrator_ts: 1706532478.8114104
rdma_core:
- '50'
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set ucx_version = "1.15.0" %}
{% set number = "3" %}
{% set number = "4" %}


package:
Expand Down