File tree 8 files changed +34
-40
lines changed
8 files changed +34
-40
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies:
22
22
- dask-cudf==25.2.*,>=0.0.0a0
23
23
- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*
24
24
- doxygen
25
- - gcc_linux-64=11 .*
25
+ - gcc_linux-64=13 .*
26
26
- graphviz
27
27
- ipython
28
28
- libcublas-dev
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies:
22
22
- dask-cudf==25.2.*,>=0.0.0a0
23
23
- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*
24
24
- doxygen
25
- - gcc_linux-64=11 .*
25
+ - gcc_linux-64=13 .*
26
26
- graphviz
27
27
- ipython
28
28
- libcublas-dev
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2022, NVIDIA CORPORATION.
2
2
3
3
c_compiler_version :
4
- - 11
4
+ - 13 # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
5
+ - 11 # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
5
6
6
7
cxx_compiler_version :
7
- - 11
8
+ - 13 # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
9
+ - 11 # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
8
10
9
11
cuda_compiler :
10
12
- nvcc
@@ -16,4 +18,4 @@ c_stdlib:
16
18
- sysroot
17
19
18
20
c_stdlib_version :
19
- - " 2.17 "
21
+ - " 2.28 "
Original file line number Diff line number Diff line change 1
1
c_compiler_version :
2
- - 11
2
+ - 13 # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
3
+ - 11 # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
3
4
4
5
cxx_compiler_version :
5
- - 11
6
+ - 13 # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
7
+ - 11 # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
6
8
7
9
cuda_compiler :
8
- - cuda-nvcc
9
-
10
- cuda11_compiler :
11
- - nvcc
10
+ - cuda-nvcc # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
11
+ - nvcc # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
12
12
13
13
cmake_version :
14
14
- " >=3.26.4,!=3.30.0"
@@ -23,4 +23,4 @@ c_stdlib:
23
23
- sysroot
24
24
25
25
c_stdlib_version :
26
- - " 2.17 "
26
+ - " 2.28 "
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2019-2024 , NVIDIA CORPORATION.
1
+ # Copyright (c) 2019-2025 , NVIDIA CORPORATION.
2
2
3
3
{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') + environ.get('VERSION_SUFFIX', '') %}
4
4
{% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %}
@@ -42,7 +42,7 @@ requirements:
42
42
- {{ compiler('c') }}
43
43
- {{ compiler('cxx') }}
44
44
{% if cuda_major == "11" %}
45
- - {{ compiler('cuda11 ') }} ={{ cuda_version }}
45
+ - {{ compiler('cuda ') }} ={{ cuda_version }}
46
46
{% else %}
47
47
- {{ compiler('cuda') }}
48
48
{% endif %}
@@ -74,10 +74,8 @@ outputs:
74
74
number : {{ GIT_DESCRIBE_NUMBER }}
75
75
string : cuda{{ cuda_major }}_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
76
76
ignore_run_exports_from :
77
- {% if cuda_major == "11" %}
78
- - {{ compiler('cuda11') }}
79
- {% else %}
80
77
- {{ compiler('cuda') }}
78
+ {% if cuda_major != "11" %}
81
79
- cuda-cudart-dev
82
80
{% endif %}
83
81
requirements :
@@ -110,10 +108,8 @@ outputs:
110
108
number : {{ GIT_DESCRIBE_NUMBER }}
111
109
string : cuda{{ cuda_major }}_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
112
110
ignore_run_exports_from :
113
- {% if cuda_major == "11" %}
114
- - {{ compiler('cuda11') }}
115
- {% else %}
116
111
- {{ compiler('cuda') }}
112
+ {% if cuda_major != "11" %}
117
113
- cuda-cudart-dev
118
114
{% endif %}
119
115
requirements :
Original file line number Diff line number Diff line change 1
1
c_compiler_version :
2
- - 11
2
+ - 13 # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
3
+ - 11 # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
3
4
4
5
cxx_compiler_version :
5
- - 11
6
+ - 13 # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
7
+ - 11 # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
6
8
7
9
cuda_compiler :
8
- - cuda-nvcc
9
-
10
- cuda11_compiler :
11
- - nvcc
10
+ - cuda-nvcc # [not os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
11
+ - nvcc # [os.environ.get("RAPIDS_CUDA_VERSION", "").startswith("11")]
12
12
13
13
cmake_version :
14
14
- " >=3.26.4,!=3.30.0"
@@ -20,4 +20,4 @@ c_stdlib:
20
20
- sysroot
21
21
22
22
c_stdlib_version :
23
- - " 2.17 "
23
+ - " 2.28 "
Original file line number Diff line number Diff line change @@ -35,18 +35,14 @@ build:
35
35
- SCCACHE_S3_USE_SSL
36
36
- SCCACHE_S3_NO_CREDENTIALS
37
37
ignore_run_exports_from :
38
- {% if cuda_major == "11" %}
39
- - {{ compiler('cuda11') }}
40
- {% else %}
41
38
- {{ compiler('cuda') }}
42
- {% endif %}
43
39
44
40
requirements :
45
41
build :
46
42
- {{ compiler('c') }}
47
43
- {{ compiler('cxx') }}
48
44
{% if cuda_major == "11" %}
49
- - {{ compiler('cuda11 ') }} ={{ cuda_version }}
45
+ - {{ compiler('cuda ') }} ={{ cuda_version }}
50
46
{% else %}
51
47
- {{ compiler('cuda') }}
52
48
{% endif %}
Original file line number Diff line number Diff line change @@ -260,27 +260,27 @@ dependencies:
260
260
matrices :
261
261
- matrix :
262
262
arch : x86_64
263
+ cuda : " 11.8"
263
264
packages :
264
265
- gcc_linux-64=11.*
266
+ - nvcc_linux-64=11.8
265
267
- matrix :
266
268
arch : aarch64
269
+ cuda : " 11.8"
267
270
packages :
268
271
- gcc_linux-aarch64=11.*
269
- - output_types : [conda]
270
- matrices :
272
+ - nvcc_linux-aarch64=11.8
271
273
- matrix :
272
274
arch : x86_64
273
- cuda : " 11.8 "
275
+ cuda : " 12.* "
274
276
packages :
275
- - nvcc_linux-64=11.8
277
+ - gcc_linux-64=13.*
278
+ - cuda-nvcc
276
279
- matrix :
277
280
arch : aarch64
278
- cuda : " 11.8"
279
- packages :
280
- - nvcc_linux-aarch64=11.8
281
- - matrix :
282
281
cuda : " 12.*"
283
282
packages :
283
+ - gcc_linux-aarch64=13.*
284
284
- cuda-nvcc
285
285
286
286
docs :
You can’t perform that action at this time.
0 commit comments