From 9e1e0fefc746dd27a3cb70650ba2cd13f12667bd Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 22 Jan 2025 15:31:19 -0600 Subject: [PATCH] add libcuml Python builds --- .../src/rapids-build-utils/devcontainer-feature.json | 2 +- .../opt/rapids-build-utils/manifest.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/features/src/rapids-build-utils/devcontainer-feature.json b/features/src/rapids-build-utils/devcontainer-feature.json index 4a279f0b..c8e46f19 100644 --- a/features/src/rapids-build-utils/devcontainer-feature.json +++ b/features/src/rapids-build-utils/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "NVIDIA RAPIDS devcontainer build utilities", "id": "rapids-build-utils", - "version": "25.2.6", + "version": "25.2.8", "description": "A feature to install the RAPIDS devcontainer build utilities", "containerEnv": { "BASH_ENV": "/etc/bash.bash_env" 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 b0f5c6d1..6d36d080 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,7 +147,8 @@ repos: - name: cuml path: cuml - git: {<<: *git_defaults, repo: cuml} + # TODO(jameslamb): revert this before merging + git: {<<: *git_defaults, repo: cuml, upstream: jameslamb, tag: libcuml-wheels} cpp: - name: cuml sub_dir: cpp @@ -155,10 +156,14 @@ 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: {cmake: -DFIND_CUML_CPP=ON, install: *rapids_build_backend_args} + args: {install: *rapids_build_backend_args} - name: cugraph path: cugraph