File tree 9 files changed +80
-46
lines changed
9 files changed +80
-46
lines changed Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ dependencies:
49
49
- shapely
50
50
- sphinx
51
51
- sqlite
52
- - sysroot_linux-64==2.17
52
+ - sysroot_linux-64==2.28
53
53
name : all_cuda-118_arch-x86_64
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies:
22
22
- cxx-compiler
23
23
- cython>=3.0.0
24
24
- doxygen
25
- - gcc_linux-64=11 .*
25
+ - gcc_linux-64=13 .*
26
26
- geopandas>=1.0.0
27
27
- ipython
28
28
- ipywidgets
@@ -51,5 +51,5 @@ dependencies:
51
51
- shapely
52
52
- sphinx
53
53
- sqlite
54
- - sysroot_linux-64==2.17
54
+ - sysroot_linux-64==2.28
55
55
name : all_cuda-125_arch-x86_64
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
c_stdlib :
14
14
- sysroot
15
15
16
16
c_stdlib_version :
17
- - " 2.17 "
17
+ - " 2.28 "
18
18
19
19
cmake_version :
20
20
- " >=3.26.4,!=3.30.0"
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018-2024 , NVIDIA CORPORATION.
1
+ # Copyright (c) 2018-2025 , NVIDIA CORPORATION.
2
2
3
3
{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') %}
4
4
{% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %}
@@ -34,10 +34,8 @@ build:
34
34
- SCCACHE_S3_USE_SSL
35
35
- SCCACHE_S3_NO_CREDENTIALS
36
36
ignore_run_exports_from :
37
- {% if cuda_major == "11" %}
38
- - {{ compiler('cuda11') }}
39
- {% else %}
40
37
- {{ compiler('cuda') }}
38
+ {% if cuda_major != "11" %}
41
39
- cuda-cudart-dev
42
40
{% endif %}
43
41
@@ -46,7 +44,7 @@ requirements:
46
44
- {{ compiler('c') }}
47
45
- {{ compiler('cxx') }}
48
46
{% if cuda_major == "11" %}
49
- - {{ compiler('cuda11 ') }} ={{ cuda_version }}
47
+ - {{ compiler('cuda ') }} ={{ cuda_version }}
50
48
{% else %}
51
49
- {{ compiler('cuda') }}
52
50
{% endif %}
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
c_stdlib :
14
14
- sysroot
15
15
16
16
c_stdlib_version :
17
- - " 2.17 "
17
+ - " 2.28 "
18
18
19
19
cmake_version :
20
20
- " >=3.26.4,!=3.30.0"
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018-2024 , NVIDIA CORPORATION.
1
+ # Copyright (c) 2018-2025 , NVIDIA CORPORATION.
2
2
3
3
{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') %}
4
4
{% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %}
@@ -34,10 +34,8 @@ build:
34
34
- SCCACHE_S3_USE_SSL
35
35
- SCCACHE_S3_NO_CREDENTIALS
36
36
ignore_run_exports_from :
37
- {% if cuda_major == "11" %}
38
- - {{ compiler('cuda11') }}
39
- {% else %}
40
37
- {{ compiler('cuda') }}
38
+ {% if cuda_major != "11" %}
41
39
- cuda-cudart-dev
42
40
{% endif %}
43
41
@@ -46,7 +44,7 @@ requirements:
46
44
- {{ compiler('c') }}
47
45
- {{ compiler('cxx') }}
48
46
{% if cuda_major == "11" %}
49
- - {{ compiler('cuda11 ') }} ={{ cuda_version }}
47
+ - {{ compiler('cuda ') }} ={{ cuda_version }}
50
48
{% else %}
51
49
- {{ compiler('cuda') }}
52
50
{% endif %}
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 1
- # Copyright (c) 2018-2024 , NVIDIA CORPORATION.
1
+ # Copyright (c) 2018-2025 , NVIDIA CORPORATION.
2
2
3
3
{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') %}
4
4
{% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %}
@@ -35,7 +35,7 @@ requirements:
35
35
- {{ compiler('c') }}
36
36
- {{ compiler('cxx') }}
37
37
{% if cuda_major == "11" %}
38
- - {{ compiler('cuda11 ') }} ={{ cuda_version }}
38
+ - {{ compiler('cuda ') }} ={{ cuda_version }}
39
39
{% else %}
40
40
- {{ compiler('cuda') }}
41
41
{% endif %}
@@ -61,10 +61,8 @@ outputs:
61
61
run_exports :
62
62
- {{ pin_subpackage("libcuspatial", max_pin="x.x") }}
63
63
ignore_run_exports_from :
64
- {% if cuda_major == "11" %}
65
- - {{ compiler('cuda11') }}
66
- {% else %}
67
64
- {{ compiler('cuda') }}
65
+ {% if cuda_major != "11" %}
68
66
- cuda-cudart-dev
69
67
{% endif %}
70
68
requirements :
@@ -103,10 +101,8 @@ outputs:
103
101
number : {{ GIT_DESCRIBE_NUMBER }}
104
102
string : cuda{{ cuda_major }}_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
105
103
ignore_run_exports_from :
106
- {% if cuda_major == "11" %}
107
- - {{ compiler('cuda11') }}
108
- {% else %}
109
104
- {{ compiler('cuda') }}
105
+ {% if cuda_major != "11" %}
110
106
- cuda-cudart-dev
111
107
{% endif %}
112
108
requirements :
Original file line number Diff line number Diff line change @@ -187,14 +187,28 @@ dependencies:
187
187
matrices :
188
188
- matrix :
189
189
arch : x86_64
190
+ cuda : " 11.8"
191
+ packages :
192
+ - &gcc_amd64_cuda11 gcc_linux-64=11.*
193
+ - &sysroot_amd64 sysroot_linux-64==2.28
194
+ - matrix :
195
+ arch : aarch64
196
+ cuda : " 11.8"
197
+ packages :
198
+ - &gcc_aarch64_cuda11 gcc_linux-aarch64=11.*
199
+ - &sysroot_aarch64 sysroot_linux-aarch64==2.28
200
+ - matrix :
201
+ arch : x86_64
202
+ cuda : " 12.*"
190
203
packages :
191
- - &gcc_amd64 gcc_linux-64=11 .*
192
- - & sysroot_amd64 sysroot_linux-64==2.17
204
+ - &gcc_amd64 gcc_linux-64=13 .*
205
+ - * sysroot_amd64
193
206
- matrix :
194
207
arch : aarch64
208
+ cuda : " 12.*"
195
209
packages :
196
- - &gcc_aarch64 gcc_linux-aarch64=11 .*
197
- - & sysroot_aarch64 sysroot_linux-aarch64==2.17
210
+ - &gcc_aarch64 gcc_linux-aarch64=13 .*
211
+ - * sysroot_aarch64
198
212
- output_types : conda
199
213
matrices :
200
214
- matrix :
@@ -228,11 +242,25 @@ dependencies:
228
242
matrices :
229
243
- matrix :
230
244
arch : x86_64
245
+ cuda : " 11.8"
246
+ packages :
247
+ - *gcc_amd64_cuda11
248
+ - *sysroot_amd64
249
+ - matrix :
250
+ arch : aarch64
251
+ cuda : " 11.8"
252
+ packages :
253
+ - *gcc_aarch64_cuda11
254
+ - *sysroot_aarch64
255
+ - matrix :
256
+ arch : x86_64
257
+ cuda : " 12.*"
231
258
packages :
232
259
- *gcc_amd64
233
260
- *sysroot_amd64
234
261
- matrix :
235
262
arch : aarch64
263
+ cuda : " 12.*"
236
264
packages :
237
265
- *gcc_aarch64
238
266
- *sysroot_aarch64
@@ -262,11 +290,25 @@ dependencies:
262
290
matrices :
263
291
- matrix :
264
292
arch : x86_64
293
+ cuda : " 11.8"
294
+ packages :
295
+ - *gcc_amd64_cuda11
296
+ - *sysroot_amd64
297
+ - matrix :
298
+ arch : aarch64
299
+ cuda : " 11.8"
300
+ packages :
301
+ - *gcc_aarch64_cuda11
302
+ - *sysroot_aarch64
303
+ - matrix :
304
+ arch : x86_64
305
+ cuda : " 12.*"
265
306
packages :
266
307
- *gcc_amd64
267
308
- *sysroot_amd64
268
309
- matrix :
269
310
arch : aarch64
311
+ cuda : " 12.*"
270
312
packages :
271
313
- *gcc_aarch64
272
314
- *sysroot_aarch64
You can’t perform that action at this time.
0 commit comments