Skip to content

Commit

Permalink
Merge pull request #109 from bdice/require-cudatoolkit-run
Browse files Browse the repository at this point in the history
Require cudatoolkit in run.
  • Loading branch information
jakirkham authored Oct 30, 2024
2 parents 5539c2f + ce1ec05 commit bf6fcac
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 40 deletions.
19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 33 additions & 11 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 28 additions & 3 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package:
version: {{ cuda_compiler_version }}

build:
number: 24
number: 25
skip: true # [cuda_compiler_version != "11.8"]


Expand All @@ -38,6 +38,7 @@ outputs:
- {{ c_compiler }}_{{ cross_target_platform }} # [win]
- sysroot_{{ cross_target_platform }} >={{ c_stdlib_version }} # [linux]
run:
- cudatoolkit >={{ cuda_compiler_version }},<{{ cuda_major + 1 }}
- sed # [linux]
- sysroot_{{ cross_target_platform }} >={{ c_stdlib_version }} # [linux]
test:
Expand Down

0 comments on commit bf6fcac

Please sign in to comment.