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

Avoid shadowing CMAKE_ARGS variable in build.sh #701

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Jun 3, 2022

CMAKE_ARGS is a special environment variable in conda-forge's build process, so we need to avoid shadowing it.

@vyasr vyasr added 3 - Ready for Review improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jun 3, 2022
@vyasr vyasr self-assigned this Jun 3, 2022
@vyasr vyasr requested a review from a team as a code owner June 3, 2022 17:46
@cjnolet
Copy link
Member

cjnolet commented Jun 3, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8e1bf94 into rapidsai:branch-22.08 Jun 3, 2022
@vyasr vyasr mentioned this pull request Jun 6, 2022
ajschmidt8 pushed a commit to ajschmidt8/raft that referenced this pull request Jun 6, 2022
`CMAKE_ARGS` is a special environment variable in conda-forge's build process, so we need to avoid shadowing it.

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

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#701
@vyasr vyasr deleted the fix/avoid_cmake_shadowing branch June 6, 2022 15:51
cjnolet pushed a commit to cjnolet/raft that referenced this pull request Jun 6, 2022
`CMAKE_ARGS` is a special environment variable in conda-forge's build process, so we need to avoid shadowing it.

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

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#701
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants