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

[REVIEW] Fix issues with building cudf in a non-conda environment #7647

Merged
merged 54 commits into from
Apr 1, 2021

Conversation

galipremsagar
Copy link
Contributor

@galipremsagar galipremsagar commented Mar 19, 2021

Extension to rapidsai/rmm#733

Also resolves: #7578

This PR introduces fixes to setup.py in cudf build and also adds a DockerFile with which one can create a container with cudf fully built from source. Arrow & rmm will also be built from the source. This PR also contains a requirements.txt which has packages needed by cudf and that are available to install via pip.

@galipremsagar galipremsagar added 3 - Ready for Review Ready for review by team 4 - Needs cuDF (Python) Reviewer improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 19, 2021
@galipremsagar galipremsagar requested review from a team as code owners March 19, 2021 01:47
@galipremsagar galipremsagar self-assigned this Mar 19, 2021
@github-actions github-actions bot added the Python Affects Python cuDF API. label Mar 19, 2021
@galipremsagar
Copy link
Contributor Author

Validating install of last step pending since compilation is blocked by: #7563, so tagging this one as blocked.

@galipremsagar galipremsagar added the 0 - Blocked Cannot progress due to external reasons label Mar 19, 2021
python/cudf/requirements.txt Outdated Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
docker_build/Dockerfile Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
docker_build/Dockerfile Outdated Show resolved Hide resolved
@galipremsagar galipremsagar added 2 - In Progress Currently a work in progress and removed 0 - Blocked Cannot progress due to external reasons 3 - Ready for Review Ready for review by team 4 - Needs cuDF (Python) Reviewer labels Mar 19, 2021
@galipremsagar galipremsagar changed the title [REVIEW] Fix issues with building cudf in a non-conda environment [WIP] Fix issues with building cudf in a non-conda environment Mar 19, 2021
@codecov
Copy link

codecov bot commented Mar 19, 2021

Codecov Report

Merging #7647 (78ecaae) into branch-0.19 (7871e7a) will increase coverage by 0.79%.
The diff coverage is n/a.

❗ Current head 78ecaae differs from pull request most recent head b13d043. Consider uploading reports for the commit b13d043 to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.19    #7647      +/-   ##
===============================================
+ Coverage        81.86%   82.66%   +0.79%     
===============================================
  Files              101      103       +2     
  Lines            16884    17563     +679     
===============================================
+ Hits             13822    14518     +696     
+ Misses            3062     3045      -17     
Impacted Files Coverage Δ
python/cudf/cudf/utils/dtypes.py 83.44% <0.00%> (-6.08%) ⬇️
python/cudf/cudf/utils/gpu_utils.py 53.65% <0.00%> (-4.88%) ⬇️
python/cudf/cudf/core/column/lists.py 87.32% <0.00%> (-4.08%) ⬇️
python/cudf/cudf/core/column/decimal.py 92.68% <0.00%> (-2.19%) ⬇️
python/dask_cudf/dask_cudf/backends.py 87.50% <0.00%> (-2.13%) ⬇️
python/cudf/cudf/core/abc.py 87.23% <0.00%> (-1.14%) ⬇️
python/cudf/cudf/core/groupby/groupby.py 92.77% <0.00%> (-0.68%) ⬇️
python/cudf/cudf/core/column/column.py 87.61% <0.00%> (-0.15%) ⬇️
python/cudf/cudf/utils/utils.py 85.36% <0.00%> (-0.07%) ⬇️
python/cudf/cudf/io/feather.py 100.00% <0.00%> (ø)
... and 49 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f1dc79...b13d043. Read the comment docs.

@galipremsagar galipremsagar added the 4 - Needs Review Waiting for reviewer to review or respond label Apr 1, 2021
@kkraus14 kkraus14 added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team 4 - Needs Review Waiting for reviewer to review or respond labels Apr 1, 2021
Copy link
Contributor

@cwharris cwharris left a comment

Choose a reason for hiding this comment

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

lgtm.

@galipremsagar
Copy link
Contributor Author

@gpucibot merge

@kkraus14 kkraus14 added 0 - Waiting on Author Waiting for author to respond to review and removed 5 - Ready to Merge Testing and reviews complete, ready to merge labels Apr 1, 2021
@galipremsagar
Copy link
Contributor Author

rerun tests

@kkraus14 kkraus14 added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 0 - Waiting on Author Waiting for author to respond to review labels Apr 1, 2021
@galipremsagar
Copy link
Contributor Author

@gpucibot merge

conda/environments/cudf_dev_cuda11.1.yml Outdated Show resolved Hide resolved
conda/environments/cudf_dev_cuda11.2.yml Outdated Show resolved Hide resolved
@galipremsagar
Copy link
Contributor Author

rerun tests

1 similar comment
@galipremsagar
Copy link
Contributor Author

rerun tests

@rapids-bot rapids-bot bot merged commit f4d5bde into rapidsai:branch-0.19 Apr 1, 2021
rapids-bot bot pushed a commit that referenced this pull request Mar 30, 2022
This PR removes some pip requirements files that are no longer used. These were previously introduced to support #7647 but that Dockerfile is no longer maintained in this repository.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - https://github.com/brandon-b-miller
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - https://github.com/jakirkham

URL: #10543
rapids-bot bot pushed a commit to rapidsai/rmm that referenced this pull request Mar 30, 2022
This PR removes a pip requirements file that is no longer used. This were previously introduced to support rapidsai/cudf#7647 but that Dockerfile is no longer maintained.

See also rapidsai/cudf#10543.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #1015
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 CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] setup.py files contain the wrong Python versions
7 participants