From 25a6483d1698cb29f94c862acdc4f6aa1d490fc8 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 17 Jan 2025 09:51:01 -0600 Subject: [PATCH] remove cuML stuff --- .../opt/rapids-build-utils/manifest.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml b/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml index 8d9075b9..30d0e2d4 100755 --- a/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml +++ b/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml @@ -147,8 +147,7 @@ repos: - name: cuml path: cuml - # TODO(jameslamb): revert this before merging - git: {<<: *git_defaults, repo: cuml, upstream: jameslamb, tag: libcuml-wheels} + git: {<<: *git_defaults, repo: cuml} cpp: - name: cuml sub_dir: cpp @@ -156,14 +155,10 @@ repos: parallelism: max_device_obj_memory_usage: 3Gi python: - - name: libcuml - sub_dir: python/libcuml - depends: [cuml] - args: {install: *rapids_build_backend_args} - name: cuml sub_dir: python/cuml depends: [cuml] - args: {install: *rapids_build_backend_args} + args: {cmake: -DFIND_CUML_CPP=ON, install: *rapids_build_backend_args} - name: cugraph-ops path: cugraph-ops