From 7983c59f27f63d308fbd246ce56fd62c946191b7 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Wed, 26 Jun 2024 11:43:53 -0700 Subject: [PATCH] Drop CUDA CRT headers from `host` These should now come from the CUDA compiler. --- recipe/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9474e8b..6578f45 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 @@ -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