Skip to content

Commit

Permalink
Update for CUDA 12.1.1 (#2)
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 15, 2023
2 parents 665682d + 9dec214 commit cad9d86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.0.90" %}
{% set cuda_version = "12.0" %}
{% set version = "12.1.105" %}
{% set cuda_version = "12.1" %}
{% 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: 3139235d52d0a41c56cb5caead9481154895754205b7ded7f96137fae3a9e9b1 # [linux64]
sha256: 48928f3b3103c2fe47e557b4bd9966049b637c563af7a171358700cecf84d609 # [ppc64le]
sha256: edc4302461ba6f9b716e146d6bb5f10f7dc776ae1268bfd383cfd74ee94fdf19 # [win]
sha256: 90692b8d390a3e7fd9e3e395b3e41b5b8c245e8359f73e6819da22258eb5c451 # [linux64]
sha256: 7393407c1902c4ef5d19b9ae80c022a1b7089ff5d5ac0a03baee74d42b32c9f8 # [ppc64le]
sha256: ecf8a8623e36f376d6353b2cfd6152a3f58946e47a6ba15fd1b062f39165c466 # [win]

build:
number: 0
Expand Down Expand Up @@ -52,4 +52,4 @@ about:

extra:
recipe-maintainers:
- adibbley
- conda-forge/cuda

0 comments on commit cad9d86

Please sign in to comment.