Skip to content

Commit

Permalink
Upgrade Chocolatey to CUDA 11.8 (#98)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Feb 2, 2024
2 parents 7a81332 + ba00325 commit 5c632f4
Show file tree
Hide file tree
Showing 10 changed files with 181 additions and 61 deletions.
4 changes: 3 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

60 changes: 13 additions & 47 deletions .azure-pipelines/azure-pipelines-win.yml

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

25 changes: 23 additions & 2 deletions .gitignore

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

14 changes: 8 additions & 6 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

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

120 changes: 120 additions & 0 deletions .scripts/run_win_build.bat

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

2 changes: 1 addition & 1 deletion README.md

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

2 changes: 1 addition & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
azure:
free_disk_space: true
choco:
- cuda --version=11.4.2.47141
- cuda --version=11.8.0.52206
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ source:
md5: {{ cudavars[major_minor]["checksums"]["win"] }} # [win]

build:
number: 12
number: 13
script_env:
- NVTOOLSEXT_INSTALL_PATH
- DEBUG_INSTALLER_PATH
Expand Down

0 comments on commit 5c632f4

Please sign in to comment.