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

Use file(COPY ) over file(INSTALL ) so cmake output is reduced #7616

Merged

Conversation

robertmaynard
Copy link
Contributor

Currently it can be hard to see important details in cudf CMake output. The biggest culprit is the usage of file(INSTALL which outputs per file the current status on each configuration, as shown below:

- Up-to-date: /home/nfs/rmaynard/Work/cudf/cpp/build/cuda-11.0/branch-0.19/release/include/libcxx/include/<file.h>

Moving to file(COPY has all the same behavior but doesn't have any output.

While both commands are the same, install outputs a status check
for each file.
@robertmaynard robertmaynard requested a review from a team as a code owner March 16, 2021 20:24
@github-actions github-actions bot added CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. labels Mar 16, 2021
@kkraus14 kkraus14 added the non-breaking Non-breaking change label Mar 16, 2021
@kkraus14 kkraus14 added the improvement Improvement / enhancement to an existing function label Mar 16, 2021
@kkraus14
Copy link
Collaborator

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 57a7a8f into rapidsai:branch-0.19 Mar 17, 2021
@robertmaynard robertmaynard deleted the fix/reduce_cmake_output branch March 18, 2021 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants