Skip to content

Commit 866777b

Browse files
Add libnvfatbin to host dependencies
1 parent 70b9702 commit 866777b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

recipe/recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ outputs:
145145
- setuptools
146146
- setuptools-scm >=8
147147
- cuda-pathfinder >=1.5.5,<2
148+
- libnvfatbin
148149
run:
149150
- python
150151
- cuda-pathfinder >=1.5.5,<2
@@ -181,7 +182,7 @@ outputs:
181182
- ${{ pin_compatible('cuda-cudart', lower_bound='x', upper_bound='x') }}
182183
# libnvfatbin was first introduced in CTK 12.4. In order to prevent conflicts
183184
# when the user tries to install cuda-bindings with older cuda-version packages,
184-
# let's make it an optional runtime that pins to cuda-binding's lower and upper
185+
# let's make it an optional runtime that pins to cuda-bindings' lower and upper
185186
# version bounds
186187
- ${{ pin_compatible('libnvfatbin', lower_bound='x', upper_bound='x') }}
187188
tests:

0 commit comments

Comments
 (0)