Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build cudf-polars with build.sh #16898

Merged

Conversation

brandon-b-miller
Copy link
Contributor

This PR adds cudf-polars to the top level build script.

@brandon-b-miller brandon-b-miller added feature request New feature or request non-breaking Non-breaking change cudf.polars Issues specific to cudf.polars labels Sep 24, 2024
@brandon-b-miller brandon-b-miller requested a review from a team as a code owner September 24, 2024 20:26
@github-actions github-actions bot removed the cudf.polars Issues specific to cudf.polars label Sep 24, 2024
if buildAll || hasArg cudf_polars; then

cd ${REPODIR}/python/cudf_polars
python ${PYTHON_ARGS_FOR_INSTALL} .
Copy link
Contributor Author

@brandon-b-miller brandon-b-miller Sep 24, 2024

Choose a reason for hiding this comment

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

This doesn't install polars itself. Should dependencies.yaml be updated somehow such that polars is present the conda environments we often use to build from source, in the same way dask is present for instance?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I did this in #16875. Merge that first, or merge it into this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah, thanks @bdice . Let's get that one in and this one afterwards.

@galipremsagar
Copy link
Contributor

/merge

@galipremsagar galipremsagar added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Sep 25, 2024
@galipremsagar
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit ef27082 into rapidsai:branch-24.10 Sep 25, 2024
109 of 119 checks passed
rjzamora pushed a commit to rjzamora/cudf that referenced this pull request Sep 25, 2024
Matt711 pushed a commit to mroeschke/cudf that referenced this pull request Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge feature request New feature or request non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants