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 openmpi 5 #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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 @@ -25,7 +25,7 @@ docker_image:
nccl:
- '2'
openmpi:
- '4'
- '5'
target_platform:
- linux-64
xz:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker_image:
nccl:
- '2'
openmpi:
- '4'
- '5'
target_platform:
- linux-aarch64
xz:
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/openmpi5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for openmpi 5
kind: version
migration_number: 1
migrator_ts: 1703196161.1453235
openmpi:
- '5'
16 changes: 8 additions & 8 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
conda_forge_output_validation: true
provider:
linux_aarch64: default
build_platform:
linux_aarch64: linux_64
os_version:
linux_64: cos7
linux_aarch64: cos7
conda_build:
error_overlinking: true
conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
conda_build:
error_overlinking: true
os_version:
linux_64: cos7
linux_aarch64: cos7
provider:
linux_aarch64: default
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:
sha256: d0801e78eab1be1240198e292bc496bb1804f2068975aaaf80ba31c3e400c625 # [win64 and (cuda_compiler_version or "").startswith("12")]

build:
number: 0
number: 1
skip: true # [(cuda_compiler_version in (None, "None", "11.8")) or (not (linux64 or aarch64 or win64))]
script: # [win]
- md -p %LIBRARY_PREFIX%\examples\cudss # [win]
Expand Down
Loading