Skip to content

Commit

Permalink
Update recipes/cuda-nvcc-impl/meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored May 15, 2023
1 parent a4434cd commit 94a71a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/cuda-nvcc-impl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ outputs:
doc_url: https://docs.nvidia.com/cuda/index.html

- name: cuda-nvcc-impl
build:
# libnvvm.so gets corrupted by patchelf. No need to relocate as it is already relocatable
binary_relocation: False
run_exports:
strong:
- cuda-version >={{ cuda_version }},<{{ cuda_version.split(".")[0]|int + 1 }}
Expand Down

0 comments on commit 94a71a6

Please sign in to comment.