Skip to content

Commit

Permalink
Merge pull request #33 from traversaro/addcudarun
Browse files Browse the repository at this point in the history
Add run dependency on __cuda virtual package
  • Loading branch information
traversaro authored Mar 2, 2023
2 parents 337e5e3 + e5b5871 commit cbde5a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:
- fix_ppc64le.patch # [ppc64le]

build:
number: 4
number: 5
string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}_{{ build_ext }}
skip: true # [win or cuda_compiler_version == "10.2"]
track_features: {{ "[librealsense-cuda]" if cuda_enabled else "" }}
Expand All @@ -37,7 +37,8 @@ requirements:
host:
- libudev # [linux and cdt_name!='cos6']
- libusb

run:
- __cuda # [cuda_compiler_version != "None"]

test:
commands:
Expand Down

0 comments on commit cbde5a8

Please sign in to comment.