Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ dependencies:
- libabseil
- libboost-devel
- libcudss-dev >=0.7,<0.8
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libgrpc >=1.78.0,<1.80.0a0
- libnvjitlink-dev
Expand Down
2 changes: 0 additions & 2 deletions conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ dependencies:
- libabseil
- libboost-devel
- libcudss-dev >=0.7,<0.8
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libgrpc >=1.78.0,<1.80.0a0
- libnvjitlink-dev
Expand Down
2 changes: 0 additions & 2 deletions conda/environments/all_cuda-133_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ dependencies:
- libabseil
- libboost-devel
- libcudss-dev >=0.7,<0.8
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libgrpc >=1.78.0,<1.80.0a0
- libnvjitlink-dev
Expand Down
2 changes: 0 additions & 2 deletions conda/environments/all_cuda-133_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ dependencies:
- libabseil
- libboost-devel
- libcudss-dev >=0.7,<0.8
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libgrpc >=1.78.0,<1.80.0a0
- libnvjitlink-dev
Expand Down
3 changes: 0 additions & 3 deletions conda/recipes/libcuopt/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ cache:
- rapids-logger =0.3
- cuda-nvtx-dev
- libcudss-dev >=0.7,<0.8
- libcurand-dev
- libcusparse-dev
- libnvjitlink-dev
- libboost-devel
Expand Down Expand Up @@ -158,7 +157,6 @@ outputs:
- cuda-nvtx
- cuda-version
- libcudss
- libcurand
- libcusparse
- librmm
- libboost
Expand Down Expand Up @@ -206,7 +204,6 @@ outputs:
by_name:
- cuda-nvtx
- cuda-version
- libcurand
- libcusparse
- libcudss
- librmm
Expand Down
2 changes: 0 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,6 @@ endif ()
# - link libraries --------------------------------------------------------------------------------

set(CUOPT_PRIVATE_CUDA_LIBS
CUDA::curand
CUDA::cusolver
TBB::tbb
OpenMP::OpenMP_CXX)

Expand Down
2 changes: 0 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,6 @@ dependencies:
- output_types: [conda]
packages:
- libcudss-dev >=0.7,<0.8
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- cuda-nvtx-dev
- libnvjitlink-dev
Expand Down