Skip to content

Commit

Permalink
Update for CUDA12.6.1 (#16)
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 Aug 30, 2024
2 parents 616f9ad + 0eb604d commit 72df48a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "12.6.0" %}
{% set version = "12.6.1" %}

package:
name: cuda-libraries-static
Expand All @@ -14,18 +14,18 @@ build:

requirements:
run:
- cuda-cudart-static 12.6.37
- cuda-nvrtc-static 12.6.20
- libcublas-static 12.6.0.22 # [linux]
- libcufft-static 11.2.6.28 # [linux]
- libcufile-static 1.11.0.15 # [linux]
- libcurand-static 10.3.7.37 # [linux]
- libcusolver-static 11.6.4.38 # [linux]
- libcusparse-static 12.5.2.23 # [linux]
- libnpp-static 12.3.1.23 # [linux]
- libnvfatbin-static 12.6.20
- libnvjitlink-static 12.6.20
- libnvjpeg-static 12.3.3.23 # [linux]
- cuda-cudart-static 12.6.68
- cuda-nvrtc-static 12.6.68
- libcublas-static 12.6.1.4 # [linux]
- libcufft-static 11.2.6.59 # [linux]
- libcufile-static 1.11.1.6 # [linux]
- libcurand-static 10.3.7.68 # [linux]
- libcusolver-static 11.6.4.69 # [linux]
- libcusparse-static 12.5.3.3 # [linux]
- libnpp-static 12.3.1.54 # [linux]
- libnvfatbin-static 12.6.68
- libnvjitlink-static 12.6.68
- libnvjpeg-static 12.3.3.54 # [linux]

test:
commands:
Expand Down

0 comments on commit 72df48a

Please sign in to comment.