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

Update build.sh #445

Merged
merged 6 commits into from
Aug 30, 2024
Merged

Update build.sh #445

merged 6 commits into from
Aug 30, 2024

Conversation

madsbk
Copy link
Member

@madsbk madsbk commented Aug 23, 2024

No description provided.

@madsbk madsbk added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Aug 23, 2024
@madsbk madsbk marked this pull request as ready for review August 23, 2024 12:38
@madsbk madsbk requested a review from a team as a code owner August 23, 2024 12:38
@madsbk madsbk requested a review from msarahan August 23, 2024 12:38
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

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

Two comments, please resolve as you see fit. Approving.

build.sh Outdated
@@ -115,6 +115,8 @@ if hasArg -v; then
fi
if hasArg -g; then
BUILD_TYPE=Debug
export SKBUILD_INSTALL_STRIP=false
export SKBUILD_CMAKE_BUILD_TYPE=""Debug""
Copy link
Contributor

Choose a reason for hiding this comment

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

Why double double quotes?

Suggested change
export SKBUILD_CMAKE_BUILD_TYPE=""Debug""
export SKBUILD_CMAKE_BUILD_TYPE="Debug"

Copy link
Member Author

Choose a reason for hiding this comment

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

@wence- were the double quotes deliberate?

Copy link
Contributor

@wence- wence- Aug 29, 2024

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

It looks like a typo, at least other code, including in their own testing, just use SKBUILD_CMAKE_BUILD_TYPE=Debug.
Fixed

docs/source/install.rst Outdated Show resolved Hide resolved
@madsbk
Copy link
Member Author

madsbk commented Aug 30, 2024

/merge

@rapids-bot rapids-bot bot merged commit 94edeee into rapidsai:branch-24.10 Aug 30, 2024
48 checks passed
@madsbk madsbk deleted the build.sh branch August 30, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants