Skip to content

Commit

Permalink
Update Conda channels to prioritize conda-forge over nvidia (#436)
Browse files Browse the repository at this point in the history
Closes #435
Closes #424
Closes #423
Closes #422

Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #436
  • Loading branch information
cwharris authored Feb 7, 2024
1 parent 00dfd7b commit cf3d20f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
5 changes: 2 additions & 3 deletions ci/conda/recipes/run_conda_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@ if hasArg quick; then
CONDA_ARGS_ARRAY+=("--variants" "{rapids_version: 24.02}")
fi

CONDA_ARGS_ARRAY+=("--keep-old-work")
# And default channels
CONDA_ARGS_ARRAY+=("-c" "conda-forge" "-c" "rapidsai-nightly" "-c" "nvidia")
# And default channels (should match dependencies.yaml)
CONDA_ARGS_ARRAY+=("-c" "conda-forge" "-c" "rapidsai" "-c" "rapidsai-nightly" "-c" "nvidia")

# Set GIT_VERSION to set the project version inside of meta.yaml
export GIT_VERSION="$(get_version)"
Expand Down
3 changes: 1 addition & 2 deletions conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
channels:
- conda-forge
- rapidsai
- nvidia/label/cuda-12.1.1
- nvidia
- rapidsai-nightly
- nvidia
dependencies:
- bash-completion
- benchmark=1.8.3
Expand Down
3 changes: 1 addition & 2 deletions conda/environments/ci_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
channels:
- conda-forge
- rapidsai
- nvidia/label/cuda-12.1.1
- nvidia
- rapidsai-nightly
- nvidia
dependencies:
- benchmark=1.8.3
- boost-cpp=1.84
Expand Down
4 changes: 1 addition & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ files:
includes:
- checks


channels:
- conda-forge
- rapidsai
- nvidia/label/cuda-12.1.1
- nvidia
- rapidsai-nightly
- nvidia

dependencies:

Expand Down

0 comments on commit cf3d20f

Please sign in to comment.