Skip to content

Commit

Permalink
Set CUDA_HOME to LIBRARY_PREFIX on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Dec 19, 2023
1 parent 593242d commit 5ffc9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build:
script_env:
# Ensure that CUDA includes can be found by the host compiler
- CUDA_HOME="${PREFIX}/targets/{{ target_name }}" # [linux]
- CUDA_HOME=%PREFIX%\Library # [win64]
- CUDA_HOME=%LIBRARY_PREFIX% # [win64]
run_exports:
- {{ pin_subpackage('cuda-python', min_pin='x', max_pin='x') }}
ignore_run_exports_from:
Expand Down

0 comments on commit 5ffc9e5

Please sign in to comment.