Skip to content

Commit

Permalink
Apply CUDA selectors to new/changed CUDA bits
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
jakirkham and bdice authored Nov 26, 2024
1 parent 5591b27 commit f62536e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ outputs:
activate_in_script: true
string: {{ string_prefix }}_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
ignore_run_exports_from:
- {{ compiler('cuda') }}
- {{ compiler('cuda') }} # [cuda_compiler != "None"]
missing_dso_whitelist:
# Conda-build raises the missing `R.dll` linkage erroneously.
# xref: https://github.com/conda/conda-build/pull/4786
Expand All @@ -74,7 +74,7 @@ outputs:
- llvm-openmp # [osx]
- libgomp # [linux]
host:
- cuda-version {{ cuda_compiler_version }}
- cuda-version {{ cuda_compiler_version }} # [cuda_compiler != "None"]
- nccl # [linux and cuda_compiler != "None"]
run:
- __cuda # [cuda_compiler != "None"]
Expand Down

0 comments on commit f62536e

Please sign in to comment.