diff --git a/conda/recipes/rapids-build-env/meta.yaml b/conda/recipes/rapids-build-env/meta.yaml index b6d82c69..79349e93 100644 --- a/conda/recipes/rapids-build-env/meta.yaml +++ b/conda/recipes/rapids-build-env/meta.yaml @@ -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 .yaml` +# Manual builds need to use the `conda build` flag of `-m .yaml` # to set these versions ### @@ -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 }}