We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8f52f commit 5b32111Copy full SHA for 5b32111
recipe/meta.yaml
@@ -64,6 +64,7 @@ outputs:
64
- __cuda >= {{ cuda_version }} # [enable_cuda]
65
# Ensure a consistent CUDA environment
66
- cuda-version >= {{ cuda_version }} # [enable_cuda]
67
+ - cudatoolkit >= {{ cuda_version }} # [enable_cuda]
68
test:
69
script: run_test.sh
70
files:
0 commit comments