Skip to content

Commit c16906c

Browse files
authored
Merge branch 'branch-25.02' into add-aarch64
2 parents c48816d + d95cae5 commit c16906c

17 files changed

Lines changed: 89 additions & 52 deletions

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies:
7575
- sphinx-copybutton
7676
- sphinx-markdown-tables
7777
- statsmodels
78-
- sysroot_linux-64==2.17
78+
- sysroot_linux-64==2.28
7979
- treelite==4.3.0
8080
- umap-learn==0.5.6
8181
- xgboost>=2.1.0

conda/environments/all_cuda-125_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- dask-ml
2626
- doxygen=1.9.1
2727
- fmt>=11.0.2,<12
28-
- gcc_linux-64=11.*
28+
- gcc_linux-64=13.*
2929
- graphviz
3030
- hdbscan>=0.8.39,<0.8.40
3131
- hypothesis>=6.0,<7
@@ -71,7 +71,7 @@ dependencies:
7171
- sphinx-copybutton
7272
- sphinx-markdown-tables
7373
- statsmodels
74-
- sysroot_linux-64==2.17
74+
- sysroot_linux-64==2.28
7575
- treelite==4.3.0
7676
- umap-learn==0.5.6
7777
- xgboost>=2.1.0

conda/environments/clang_tidy_cuda-118_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ dependencies:
3333
- ninja
3434
- nvcc_linux-64=11.8
3535
- spdlog>=1.14.1,<1.15
36-
- sysroot_linux-64==2.17
36+
- sysroot_linux-64==2.28
3737
- tomli
3838
name: clang_tidy_cuda-118_arch-x86_64

conda/environments/cpp_all_cuda-118_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ dependencies:
3131
- ninja
3232
- nvcc_linux-64=11.8
3333
- spdlog>=1.14.1,<1.15
34-
- sysroot_linux-64==2.17
34+
- sysroot_linux-64==2.28
3535
name: cpp_all_cuda-118_arch-x86_64

conda/environments/cpp_all_cuda-125_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- cuda-version=12.5
1616
- cxx-compiler
1717
- fmt>=11.0.2,<12
18-
- gcc_linux-64=11.*
18+
- gcc_linux-64=13.*
1919
- libcublas-dev
2020
- libcufft-dev
2121
- libcumlprims==25.2.*,>=0.0.0a0
@@ -27,5 +27,5 @@ dependencies:
2727
- librmm==25.2.*,>=0.0.0a0
2828
- ninja
2929
- spdlog>=1.14.1,<1.15
30-
- sysroot_linux-64==2.17
30+
- sysroot_linux-64==2.28
3131
name: cpp_all_cuda-125_arch-x86_64
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
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")]
34

45
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")]
68

79
cmake_version:
810
- ">=3.26.4,!=3.30.0"
@@ -11,4 +13,4 @@ c_stdlib:
1113
- sysroot
1214

1315
c_stdlib_version:
14-
- "=2.17"
16+
- "=2.28"
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
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")]
34

45
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")]
68

79
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")]
1212

1313
cmake_version:
1414
- ">=3.26.4,!=3.30.0"
@@ -17,7 +17,7 @@ c_stdlib:
1717
- sysroot
1818

1919
c_stdlib_version:
20-
- "=2.17"
20+
- "=2.28"
2121

2222
treelite_version:
2323
- "=4.3.0"

conda/recipes/cuml/meta.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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] %}
@@ -33,10 +33,8 @@ build:
3333
- SCCACHE_S3_KEY_PREFIX=cuml-linux64 # [linux64]
3434
- SCCACHE_S3_USE_SSL
3535
ignore_run_exports_from:
36-
{% if cuda_major == "11" %}
37-
- {{ compiler('cuda11') }}
38-
{% else %}
3936
- {{ compiler('cuda') }}
37+
{% if cuda_major != "11" %}
4038
- cuda-cudart-dev
4139
{% endif %}
4240
- cuda-python
@@ -46,7 +44,7 @@ requirements:
4644
- {{ compiler('c') }}
4745
- {{ compiler('cxx') }}
4846
{% if cuda_major == "11" %}
49-
- {{ compiler('cuda11') }} ={{ cuda_version }}
47+
- {{ compiler('cuda') }} ={{ cuda_version }}
5048
{% else %}
5149
- {{ compiler('cuda') }}
5250
{% endif %}

conda/recipes/libcuml/conda_build_config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
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")]
34

45
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")]
68

79
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")]
1212

1313
c_stdlib:
1414
- sysroot
1515

1616
c_stdlib_version:
17-
- "=2.17"
17+
- "=2.28"
1818

1919
cmake_version:
2020
- ">=3.26.4,!=3.30.0"

conda/recipes/libcuml/meta.yaml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

1515
build:
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

Comments
 (0)