Skip to content
Merged
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
7 changes: 4 additions & 3 deletions conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
{% set cuda_version = '.'.join(environ.get('CUDA_VERSION', '10.0').split('.')[:2]) %}
{% set py_version = environ.get('CONDA_PY', 36) %}

###
###
# Versions referenced below are set in `conda/recipe/*versions.yaml` except for
# those set above (e.g. `cuda_version`)
#
# gpuCI loads the correct file based on the build type (NIGHTLY or RELEASE) in
# gpuCI loads the correct file based on the build type (NIGHTLY or RELEASE) in
# `ci/cpu/build-env.sh` and `ci/axis/*.yaml`
#
# Manual builds need to use the `conda build` flag of `-m <path-to-file>.yaml`
# Manual builds need to use the `conda build` flag of `-m <path-to-file>.yaml`
# to set these versions
###

Expand Down Expand Up @@ -46,6 +46,7 @@ requirements:
- boost
- boost-cpp {{ boost_cpp_version }}
- boto3
- cachetools
- conda-forge::clang {{ clang_version }}
- conda-forge::clang-tools {{ clang_version }}
- cmake {{ cmake_version }}
Expand Down