Skip to content

Commit

Permalink
Relax cuda-version constraint
Browse files Browse the repository at this point in the history
When using `{{ compiler('cuda') }}`, it adds a `cuda-version` constraint
lower bound based on the version it built with to the package. However
this conflicts with the intended usage of this package and the
`cuda-version` constraint this package adds itself. So ignore the
constraint added by `{{ compiler('cuda') }}`.
  • Loading branch information
jakirkham authored Jan 16, 2024
1 parent 30314b3 commit 6d7d4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/pynvjitlink/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build:
script:
- {{ PYTHON }} -m pip install . -vv
ignore_run_exports_from:
- {{ compiler('cuda') }}
- libnvjitlink-dev

requirements:
Expand Down

0 comments on commit 6d7d4f4

Please sign in to comment.