Skip to content

Commit

Permalink
Drop CUDA CRT headers from host
Browse files Browse the repository at this point in the history
These should now come from the CUDA compiler.
  • Loading branch information
jakirkham committed Jun 26, 2024
1 parent bd550bc commit 7983c59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ build:
# The run-exports from these dev packages are too tight, so we ignore them.
# The cuda-python package supports CUDA Enhanced Compatibility through its
# use of dlopen, so it is compatible with other CUDA minor versions.
- cuda-crt-dev_{{ target_platform }}
- cuda-cudart-dev
- cuda-nvrtc-dev

Expand All @@ -53,7 +52,6 @@ requirements:
- python # [build_platform != target_platform]
- cython # [build_platform != target_platform]
host:
- cuda-crt-dev_{{ target_platform }}
- cuda-cudart-dev
- cuda-cudart
- cuda-nvrtc-dev
Expand Down

0 comments on commit 7983c59

Please sign in to comment.