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

Remove shapefile reader, conda GDAL dependency, move cmake gdal dependency to cpp tests only #932

Merged
merged 9 commits into from
Feb 22, 2023

Conversation

harrism
Copy link
Member

@harrism harrism commented Feb 14, 2023

Description

Closes #931.

Removes the shapefile reader (C++ and Python), tests and benchmarks.

Moves the C++ GDAL dependency from libcuspatial's CMakeLists.txt to tests/CMakeLists.txt since one test depends on GDAL.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@harrism harrism requested review from a team as code owners February 14, 2023 23:32
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@github-actions github-actions bot added cmake Related to CMake code or build configuration conda Related to conda and conda configuration libcuspatial Relates to the cuSpatial C++ library Python Related to Python code labels Feb 14, 2023
@harrism harrism requested review from trxcllnt and removed request for jrhemstad February 14, 2023 23:32
@harrism harrism self-assigned this Feb 14, 2023
@harrism harrism added feature request New feature or request breaking Breaking change and removed conda Related to conda and conda configuration cmake Related to CMake code or build configuration Python Related to Python code libcuspatial Relates to the cuSpatial C++ library labels Feb 14, 2023
@github-actions github-actions bot added cmake Related to CMake code or build configuration conda Related to conda and conda configuration libcuspatial Relates to the cuSpatial C++ library Python Related to Python code labels Feb 14, 2023
README.md Outdated Show resolved Hide resolved
dependencies.yaml Outdated Show resolved Hide resolved
@ajschmidt8
Copy link
Member

I'm seeing this failure hidden in the C++ tests log

image

ajschmidt8 and others added 2 commits February 15, 2023 10:18
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
`gdal` is still required for building `libcuspatial` tests, therefore it is necessary in `dependencies.yaml`
@harrism
Copy link
Member Author

harrism commented Feb 22, 2023

/merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change cmake Related to CMake code or build configuration conda Related to conda and conda configuration feature request New feature or request libcuspatial Relates to the cuSpatial C++ library Python Related to Python code
Projects
Status: Review
Development

Successfully merging this pull request may close these issues.

[FEA]: Remove shapefile reader and remove libcuspatial GDAL dependency
4 participants