From 278c2b04363d2d9e378bab60b097da60fb370a54 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 21 May 2021 16:26:56 -0400 Subject: [PATCH] update cuda var --- conda/recipes/librmm/meta.yaml | 2 +- conda/recipes/rmm/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/librmm/meta.yaml b/conda/recipes/librmm/meta.yaml index f6b0ea204..8b9e2189c 100644 --- a/conda/recipes/librmm/meta.yaml +++ b/conda/recipes/librmm/meta.yaml @@ -1,7 +1,7 @@ # Copyright (c) 2018, NVIDIA CORPORATION. {% set version = environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') + environ.get('VERSION_SUFFIX', '') %} -{% set cuda_version='.'.join(environ.get('CUDA_VERSION', '9.2').split('.')[:2]) %} +{% set cuda_version='.'.join(environ.get('CUDA', '9.2').split('.')[:2]) %} package: name: librmm version: {{ version }} diff --git a/conda/recipes/rmm/meta.yaml b/conda/recipes/rmm/meta.yaml index 91ca29102..ee5aabf54 100644 --- a/conda/recipes/rmm/meta.yaml +++ b/conda/recipes/rmm/meta.yaml @@ -2,7 +2,7 @@ {% set version = environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') + environ.get('VERSION_SUFFIX', '') %} {% set py_version=environ.get('CONDA_PY', 35) %} -{% set cuda_version='.'.join(environ.get('CUDA_VERSION', '10.1').split('.')[:2]) %} +{% set cuda_version='.'.join(environ.get('CUDA', '10.1').split('.')[:2]) %} package: name: rmm