Skip to content

Fix panama headers when RAPIDS_VERSION points to a PR branch - #185

Open
imotov wants to merge 6 commits into
NVIDIA:release/26.08from
imotov:fix-panama-compilation-in-cuvs-pr-pull
Open

Fix panama headers when RAPIDS_VERSION points to a PR branch#185
imotov wants to merge 6 commits into
NVIDIA:release/26.08from
imotov:fix-panama-compilation-in-cuvs-pr-pull

Conversation

@imotov

@imotov imotov commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This is a follow up for #181. It ensures that panama-bindings/generate-bindings.sh script is using correct headers (from PR) and tests don't pick up libcuvs that was preinstalled as part of conda environment.

This is a follow up for NVIDIA#181. It ensures that panama-bindings/generate-bindings.sh script is using correct headers (from PR) and tests don't pick up libcuvs that was preinstalled as part of conda environment.
@imotov imotov added bug Something isn't working non-breaking Introduces a non-breaking change labels Jul 28, 2026
@copy-pr-bot

copy-pr-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@imotov
imotov changed the base branch from main to release/26.08 July 28, 2026 05:55
@imotov

imotov commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

/ok to test e95eee3

@imotov

imotov commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

/ok to test 13fba23

@imotov
imotov marked this pull request as ready for review July 28, 2026 06:32
@imotov
imotov requested a review from a team as a code owner July 28, 2026 06:32
@imotov
imotov requested a review from KyleFromNVIDIA July 28, 2026 06:32
Comment thread build.sh Outdated
export CMAKE_PREFIX_PATH="$LIBCUVS_DIR"
# Uninstall the conda-installed libcuvs so it cannot shadow the PR artifact
# at runtime.
conda remove --yes --force-remove libcuvs

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand the reasoning, but I'm hesitant to have a build.sh that modifies the environment in this manner. Perhaps it would be better to export cuvs_ROOT instead.

@imotov
imotov requested review from a team as code owners July 28, 2026 21:07
@imotov
imotov requested a review from KyleFromNVIDIA July 28, 2026 21:07
@robertmaynard
robertmaynard self-requested a review July 29, 2026 19:23
@robertmaynard

Copy link
Copy Markdown

Removing my approval given the issues that Kyle has brought up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants