1- # Copyright (c) 2018-2024 , NVIDIA CORPORATION.
1+ # Copyright (c) 2018-2025 , NVIDIA CORPORATION.
22
33{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') %}
44{% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %}
@@ -14,9 +14,7 @@ source:
1414
1515build :
1616 ignore_run_exports_from :
17- {% if cuda_major == "11" %}
18- - {{ compiler('cuda11') }}
19- {% endif %}
17+ - {{ compiler('cuda') }}
2018 script_env :
2119 - AWS_ACCESS_KEY_ID
2220 - AWS_SECRET_ACCESS_KEY
@@ -38,7 +36,7 @@ requirements:
3836 - {{ compiler('c') }}
3937 - {{ compiler('cxx') }}
4038 {% if cuda_major == "11" %}
41- - {{ compiler('cuda11 ') }} ={{ cuda_version }}
39+ - {{ compiler('cuda ') }} ={{ cuda_version }}
4240 {% else %}
4341 - {{ compiler('cuda') }}
4442 {% endif %}
@@ -84,10 +82,8 @@ outputs:
8482 number : {{ GIT_DESCRIBE_NUMBER }}
8583 string : cuda{{ cuda_major }}_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
8684 ignore_run_exports_from :
87- {% if cuda_major == "11" %}
88- - {{ compiler('cuda11') }}
89- {% else %}
9085 - {{ compiler('cuda') }}
86+ {% if cuda_major != "11" %}
9187 - cuda-cudart-dev
9288 {% endif %}
9389 requirements :
@@ -131,10 +127,8 @@ outputs:
131127 number : {{ GIT_DESCRIBE_NUMBER }}
132128 string : cuda{{ cuda_major }}_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
133129 ignore_run_exports_from :
134- {% if cuda_major == "11" %}
135- - {{ compiler('cuda11') }}
136- {% else %}
137130 - {{ compiler('cuda') }}
131+ {% if cuda_major != "11" %}
138132 - cuda-cudart-dev
139133 {% endif %}
140134 requirements :
0 commit comments