-
Notifications
You must be signed in to change notification settings - Fork 157
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 library and include paths in CMakeLists.txt and setup.py #238
Conversation
…t cub, thrust, and libcudacxx. Remove incorrect include path in setup.py
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.
Just a small request and a question.
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.
Mostly include ordering concerns.
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.
Approved assuming Mark's suggestions are in place and work.
can be manually specified by passing -DGDAL_LIBRARY and -DGDAL_INCLUDE_DIR
Applies similar changes as rapidsai/cudf#5398,
setup.py
GDAL::GDAL
from CMake'sfind_package(GDAL)
The last two changes should make our CMakeLists.txt a bit more portable/compatible with CMake
ExternalProject_Add()
.