Skip to content

Commit

Permalink
fix CI configs, remove unnecessary stuff from pylibcugraph CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 9, 2024
1 parent 796b54e commit 157f63e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ jobs:
with:
build_type: pull-request
script: ci/build_wheel_pylibcugraph.sh
# build for every combination of arch and CUDA version, but only for the latest Python
# TODO: remove this before merging
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
# wheel-tests-pylibcugraph:
# needs: [wheel-build-pylibcugraph, changed-files]
# secrets: inherit
Expand All @@ -171,9 +168,6 @@ jobs:
with:
build_type: pull-request
script: ci/build_wheel_cugraph.sh
# build for every combination of arch and CUDA version, but only for the latest Python
# TODO: remove this before merging
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
wheel-tests-cugraph:
needs: [wheel-build-cugraph, changed-files]
secrets: inherit
Expand Down
2 changes: 0 additions & 2 deletions python/libcugraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ project(
LANGUAGES CXX
)

option(USE_NVCOMP_RUNTIME_WHEEL "Use the nvcomp wheel at runtime instead of the system library" OFF)

# Check if cugraph is already available. If so, it is the user's responsibility to ensure that the
# CMake package is also available at build time of the Python cugraph package.
find_package(cugraph "${RAPIDS_VERSION}")
Expand Down

0 comments on commit 157f63e

Please sign in to comment.