Skip to content

Commit

Permalink
Fix libcuspatial recipe dependencies (#513)
Browse files Browse the repository at this point in the history
This PR fixes the `run` dependencies for `libcuspatial` after the changes in #499 were made. As a result of those changes, any top-level `host` dependencies which contain a `run_exports` value must be manually added to the respective `outputs` package.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Jordan Jacobelli (https://github.com/Ethyling)

URL: #513
  • Loading branch information
ajschmidt8 authored Apr 6, 2022
1 parent d94f9b4 commit cfd22ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/libcuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ outputs:
- cmake {{ cmake_version }}
run:
- cudatoolkit {{ cuda_spec }}
- libcudf {{ minor_version }}.*
- librmm {{ minor_version }}.*
test:
commands:
- test -f $PREFIX/lib/libcuspatial.so
Expand Down

0 comments on commit cfd22ea

Please sign in to comment.