From 5b24f77278f1787b5e5b83de69a6d2788e0b45c9 Mon Sep 17 00:00:00 2001 From: Mike Sarahan Date: Fri, 23 Aug 2024 10:21:41 -0500 Subject: [PATCH] Add libcudf manifest for wheel build in devcontainer (#271) I'm not at all sure that I've done this correctly. This is intended to support local development with a devcontainer for the work in https://github.com/rapidsai/cudf/pull/15483 Co-authored-by: James Lamb --- .../rapids-build-utils/opt/rapids-build-utils/manifest.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 971be922..8b7b2f3c 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 @@ -78,6 +78,9 @@ repos: sub_dir: cpp/libcudf_kafka depends: [cudf] python: + - name: libcudf + sub_dir: python/libcudf + depends: [cudf] - name: pylibcudf sub_dir: python/pylibcudf depends: [cudf]