Skip to content
Open
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 @@ -27,8 +27,6 @@ dependencies:
- exhale
- fastapi
- gcc_linux-aarch64=14.*
- gmock
- gtest
- ipython
- jsonref==1.1.0
- libcudss-dev >=0.7
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 @@ -27,8 +27,6 @@ dependencies:
- exhale
- fastapi
- gcc_linux-64=14.*
- gmock
- gtest
- ipython
- jsonref==1.1.0
- libcudss-dev >=0.7
Expand Down
2 changes: 0 additions & 2 deletions conda/environments/all_cuda-130_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ dependencies:
- exhale
- fastapi
- gcc_linux-aarch64=14.*
- gmock
- gtest
- ipython
- jsonref==1.1.0
- libcudss-dev >=0.7
Expand Down
2 changes: 0 additions & 2 deletions conda/environments/all_cuda-130_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ dependencies:
- exhale
- fastapi
- gcc_linux-64=14.*
- gmock
- gtest
- ipython
- jsonref==1.1.0
- libcudss-dev >=0.7
Expand Down
3 changes: 0 additions & 3 deletions conda/recipes/libcuopt/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ c_stdlib_version:

cmake_version:
- ">=3.30.4"

gtest_version:
- ">=1.13.0"
9 changes: 0 additions & 9 deletions conda/recipes/libcuopt/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ cache:
host:
- cpp-argparse
- cuda-version =${{ cuda_version }}
- gmock ${{ gtest_version }}
- gtest ${{ gtest_version }}
- libraft-headers =${{ minor_version }}
- librmm =${{ minor_version }}
- rapids-logger =0.2
Expand Down Expand Up @@ -112,7 +110,6 @@ outputs:
- cuda-cudart
- cuda-nvtx
- cuda-version
- gtest
- libcurand
- libcudss
- libcusparse
Expand Down Expand Up @@ -168,7 +165,6 @@ outputs:
- cuda-cudart
- cuda-nvtx
- cuda-version
- gtest
- libcudss
- libcurand
- libcusparse
Expand Down Expand Up @@ -203,23 +199,18 @@ outputs:
- ${{ pin_subpackage("libcuopt", exact=True) }}
- ${{ pin_subpackage("libmps-parser", exact=True) }}
- boost
- gmock ${{ gtest_version }}
- gtest ${{ gtest_version }}
- cuda-cudart-dev
- libcublas
- libcudss-dev >=0.7
- libcusparse-dev
run:
- gmock ${{ gtest_version }}
- gtest ${{ gtest_version }}
- ${{ pin_subpackage("libcuopt", exact=True) }}
- ${{ pin_subpackage("libmps-parser", exact=True) }}
ignore_run_exports:
by_name:
- cuda-cudart
- cuda-nvtx
- cuda-version
- gtest
- libcurand
- libcusparse
- libcudss
Expand Down
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

function(find_and_configure_gtest)
include(${rapids-cmake-dir}/cpm/gtest.cmake)
rapids_cpm_gtest()
rapids_cpm_gtest(BUILD_STATIC)
endfunction()

find_and_configure_gtest()
2 changes: 0 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ dependencies:
- output_types: [conda]
packages:
- cuda-sanitizer-api
- gmock
- gtest
test_cpp_cuopt:
common:
- output_types: [conda]
Expand Down
Loading