devcontainer-utils and rapids-build-utils updates for DLFW#221
Merged
trxcllnt merged 234 commits intorapidsai:branch-24.04from Mar 7, 2024
Merged
Conversation
… fea/make-python-env-dependencies-scripts
Signed-off-by: ptaylor <paul.e.taylor@me.com>
Signed-off-by: ptaylor <paul.e.taylor@me.com>
Signed-off-by: ptaylor <paul.e.taylor@me.com>
…p containers (rapidsai#209) Signed-off-by: ptaylor <paul.e.taylor@me.com>
Signed-off-by: ptaylor <paul.e.taylor@me.com>
Signed-off-by: ptaylor <paul.e.taylor@me.com>
…in the name of the local branch created from a tag
… or --clone-upstream are passed
…have install_manifest.txt
…re `-h` text on stderr
… fea/make-python-env-dependencies-scripts
…:trxcllnt/devcontainers into fea/make-python-env-dependencies-scripts
cwharris
approved these changes
Mar 6, 2024
1 task
vyasr
added a commit
that referenced
this pull request
Dec 2, 2024
This PR fixes a number of issues in the manifest: - cudf's dependency on rmm was accidentally removed in #221. Since rmm is header-only I guess nobody noticed the issue since it doesn't increase build times and only shows up if you attempt to make local changes to rmm and test them in cudf. - UCXX_ENABLE_PYTHON was removed in rapidsai/ucxx#257 - cuml depends on cuvs as of rapidsai/cuml#6085 - cugraph does not depend on cugraph-ops as of rapidsai/cugraph#4744 - Many packages were relying on transitively getting rmm or raft as dependencies, which causes problems when the intermediate dependency is removed. Extra `-D<package_name>_ROOT` variables in the CMake configure don't cause any problems so I made everything explicit. --------- Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com> Co-authored-by: Bradley Dice <bdice@bradleydice.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.