Skip to content

Commit

Permalink
Update for CUDA 12.2.2 (#3)
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 Dec 19, 2023
2 parents cad9d86 + 7919d9e commit 1dc7838
Show file tree
Hide file tree
Showing 10 changed files with 164 additions and 66 deletions.
8 changes: 3 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

56 changes: 11 additions & 45 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

20 changes: 14 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.

3 changes: 3 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.

3 changes: 3 additions & 0 deletions .travis.yml

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

4 changes: 2 additions & 2 deletions README.md

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cuda-nvvp" %}
{% set version = "12.1.105" %}
{% set cuda_version = "12.1" %}
{% set version = "12.2.142" %}
{% set cuda_version = "12.2" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "windows-x86_64" %} # [win]
Expand All @@ -13,9 +13,9 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvvp/{{ platform }}/cuda_nvvp-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 90692b8d390a3e7fd9e3e395b3e41b5b8c245e8359f73e6819da22258eb5c451 # [linux64]
sha256: 7393407c1902c4ef5d19b9ae80c022a1b7089ff5d5ac0a03baee74d42b32c9f8 # [ppc64le]
sha256: ecf8a8623e36f376d6353b2cfd6152a3f58946e47a6ba15fd1b062f39165c466 # [win]
sha256: a5afc346567aa1a0129b901c2ea2246e69c49b21451e93cafd15c2c7cc3776e2 # [linux64]
sha256: 7a2d6cc4ca2b9c907f68cb82ee861283d746e6a99f9fc1f7090ae4bfeafa3bbf # [ppc64le]
sha256: 0be4646875789d14013c70040e9e61abb4ebd4892e2418a5d4238a73ade44058 # [win]

build:
number: 0
Expand Down

0 comments on commit 1dc7838

Please sign in to comment.