Skip to content

Commit 63558e0

Browse files
committed
fix link check for cuda builds
1 parent 97d9b42 commit 63558e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

recipe/meta.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ build:
7878
string: cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
7979
string: cpu_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
8080
detect_binary_files_with_prefix: false
81+
missing_dso_whitelist:
82+
- '*/libcuda.so.*' # [linux]
83+
- '*/nvcuda.dll' # [win]
8184
run_exports:
8285
- {{ pin_subpackage('libtorch', max_pin='x.x') }}
8386
ignore_run_exports_from:
@@ -124,9 +127,9 @@ requirements:
124127
- cuda-nvtx-dev
125128
- cuda-profiler-api
126129
- cuda-version {{ cuda_compiler_version }}
127-
- cudnn
128130
- cusparselt
129131
- libcublas-dev
132+
- libcudnn-dev
130133
- libcudss-dev
131134
- libcufile-dev # [linux]
132135
- libcufft-dev
@@ -269,8 +272,8 @@ outputs:
269272
- cuda-profiler-api
270273
- cuda-version {{ cuda_compiler_version }}
271274
- cusparselt
272-
- cudnn
273275
- libcublas-dev
276+
- libcudnn-dev
274277
- libcudss-dev
275278
- libcufile-dev # [linux]
276279
- libcufft-dev

0 commit comments

Comments
 (0)