-
Notifications
You must be signed in to change notification settings - Fork 154
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
[FEA] Enable building static libs #506
[FEA] Enable building static libs #506
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm. Not sure how the cuda PR that it depends upon really fixes the problem, but I checked on the global BUILD_SHARED_LIBS
CMake flag and it seems legit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@gpucibot merge |
CI still failing -- fixed by #511 ? |
rerun tests |
This PR allows building libcuspatial static libs via CMake option
-DBUILD_SHARED_LIBS=ON|OFF
.Depends on rapidsai/cudf#10545