From f6bd60e5dca2d335b6580880f78396130566b261 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Fri, 7 Jun 2024 09:45:58 -0700 Subject: [PATCH] Pin OpenMPI build version --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-122_arch-x86_64.yaml | 2 +- conda/recipes/libcugraph/meta.yaml | 2 +- dependencies.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index a834620b89c..6ff82c78708 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -42,7 +42,7 @@ dependencies: - numpy>=1.23,<2.0a0 - numpydoc - nvcc_linux-64=11.8 -- openmpi +- openmpi=5.0.3=*_104 - packaging>=21 - pandas - pre-commit diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index a76034d71c3..421824e4759 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -47,7 +47,7 @@ dependencies: - numba>=0.57 - numpy>=1.23,<2.0a0 - numpydoc -- openmpi +- openmpi=5.0.3=*_104 - packaging>=21 - pandas - pre-commit diff --git a/conda/recipes/libcugraph/meta.yaml b/conda/recipes/libcugraph/meta.yaml index a4bb361aa6b..ffcfaf2b175 100644 --- a/conda/recipes/libcugraph/meta.yaml +++ b/conda/recipes/libcugraph/meta.yaml @@ -42,7 +42,7 @@ requirements: - {{ compiler('cxx') }} - cmake {{ cmake_version }} - ninja - - openmpi # Required for building cpp-mgtests (multi-GPU tests) + - openmpi=5.0.3=*_104 # Required for building cpp-mgtests (multi-GPU tests) - {{ stdlib("c") }} host: {% if cuda_major == "11" %} diff --git a/dependencies.yaml b/dependencies.yaml index 65772a6413a..9856838adfd 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -362,7 +362,7 @@ dependencies: - libraft-headers==24.8.* - libraft==24.8.* - librmm==24.8.* - - openmpi # Required for building cpp-mgtests (multi-GPU tests) + - openmpi=5.0.3=*_104 # Required for building cpp-mgtests (multi-GPU tests) specific: - output_types: [conda] matrices: