Skip to content

Commit ed5f9bb

Browse files
committed
Remove exhale, replace boost with libboost-devel (only C++)
1 parent 07aef0b commit ed5f9bb

File tree

6 files changed

+10
-15
lines changed

6 files changed

+10
-15
lines changed

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ channels:
55
- rapidsai
66
- conda-forge
77
dependencies:
8-
- boost
98
- breathe
109
- bzip2
1110
- c-compiler
@@ -24,13 +23,13 @@ dependencies:
2423
- cxx-compiler
2524
- cython>=3.0.3
2625
- doxygen=1.9.1
27-
- exhale
2826
- fastapi
2927
- gcc_linux-aarch64=14.*
3028
- gmock
3129
- gtest
3230
- ipython
3331
- jsonref==1.1.0
32+
- libboost-devel
3433
- libcudss-dev >=0.7
3534
- libcurand-dev
3635
- libcusolver-dev

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ channels:
55
- rapidsai
66
- conda-forge
77
dependencies:
8-
- boost
98
- breathe
109
- bzip2
1110
- c-compiler
@@ -24,13 +23,13 @@ dependencies:
2423
- cxx-compiler
2524
- cython>=3.0.3
2625
- doxygen=1.9.1
27-
- exhale
2826
- fastapi
2927
- gcc_linux-64=14.*
3028
- gmock
3129
- gtest
3230
- ipython
3331
- jsonref==1.1.0
32+
- libboost-devel
3433
- libcudss-dev >=0.7
3534
- libcurand-dev
3635
- libcusolver-dev

conda/environments/all_cuda-130_arch-aarch64.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ channels:
55
- rapidsai
66
- conda-forge
77
dependencies:
8-
- boost
98
- breathe
109
- bzip2
1110
- c-compiler
@@ -24,13 +23,13 @@ dependencies:
2423
- cxx-compiler
2524
- cython>=3.0.3
2625
- doxygen=1.9.1
27-
- exhale
2826
- fastapi
2927
- gcc_linux-aarch64=14.*
3028
- gmock
3129
- gtest
3230
- ipython
3331
- jsonref==1.1.0
32+
- libboost-devel
3433
- libcudss-dev >=0.7
3534
- libcurand-dev
3635
- libcusolver-dev

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ channels:
55
- rapidsai
66
- conda-forge
77
dependencies:
8-
- boost
98
- breathe
109
- bzip2
1110
- c-compiler
@@ -24,13 +23,13 @@ dependencies:
2423
- cxx-compiler
2524
- cython>=3.0.3
2625
- doxygen=1.9.1
27-
- exhale
2826
- fastapi
2927
- gcc_linux-64=14.*
3028
- gmock
3129
- gtest
3230
- ipython
3331
- jsonref==1.1.0
32+
- libboost-devel
3433
- libcudss-dev >=0.7
3534
- libcurand-dev
3635
- libcusolver-dev

conda/recipes/libcuopt/recipe.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cache:
5151

5252
requirements:
5353
build:
54-
- boost
54+
- libboost-devel
5555
- ${{ compiler("c") }}
5656
- ${{ compiler("cxx") }}
5757
- ${{ compiler("cuda") }} =${{ cuda_version }}
@@ -75,7 +75,7 @@ cache:
7575
- libcurand-dev
7676
- libcusparse-dev
7777
- cuda-cudart-dev
78-
- boost
78+
- libboost-devel
7979
- tbb-devel
8080
- zlib
8181
- bzip2
@@ -148,7 +148,7 @@ outputs:
148148
- ${{ stdlib("c") }}
149149
host:
150150
- ${{ pin_subpackage("libmps-parser", exact=True) }}
151-
- boost
151+
- libboost-devel
152152
- cuda-version =${{ cuda_version }}
153153
- rapids-logger =0.2
154154
- librmm =${{ minor_version }}
@@ -159,7 +159,7 @@ outputs:
159159
run:
160160
- ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
161161
- ${{ pin_subpackage("libmps-parser", exact=True) }}
162-
- boost
162+
- libboost-devel
163163
- librmm =${{ minor_version }}
164164
- cuda-nvrtc
165165
- libcudss
@@ -202,7 +202,7 @@ outputs:
202202
host:
203203
- ${{ pin_subpackage("libcuopt", exact=True) }}
204204
- ${{ pin_subpackage("libmps-parser", exact=True) }}
205-
- boost
205+
- libboost-devel
206206
- gmock ${{ gtest_version }}
207207
- gtest ${{ gtest_version }}
208208
- cuda-cudart-dev

dependencies.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ dependencies:
295295
common:
296296
- output_types: conda
297297
packages:
298-
- boost
298+
- libboost-devel
299299
- cpp-argparse
300300
- librmm==26.2.*,>=0.0.0a0
301301
- libraft-headers==26.2.*,>=0.0.0a0
@@ -744,7 +744,6 @@ dependencies:
744744
- numpydoc
745745
- pyrsistent
746746
- breathe
747-
- exhale
748747
- sphinx
749748
- sphinx-copybutton
750749
- sphinx-markdown-tables

0 commit comments

Comments
 (0)