Skip to content

Commit

Permalink
Update for CUDA 12.1.1 (#15)
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 279e6e7 + a27493b commit 3e4dc4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "libcublas" %}
{% set version = "12.0.1.189" %}
{% set cuda_version = "12.0" %}
{% set version = "12.1.3.1" %}
{% set cuda_version = "12.1" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "linux-sbsa" %} # [aarch64]
Expand All @@ -18,13 +18,13 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/{{ name }}/{{ platform }}/{{ name }}-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 38272cc9184b4a57a6250fc2cd914ffc827f9f8cd5a3e1356bc3c31f843caf8f # [linux64]
sha256: 2d46e735f8e76e2eb7df1b4f41d56aa8d5d2683f99988bac82d6ae33fb6d344b # [ppc64le]
sha256: 96b68f6821684f39f338862639ce74a74c75830bf44dcd17ef372a1cb8c2304d # [aarch64]
sha256: 88f29bec81880844da2eee13f1cdc51e1ccd8b4c60af6df633577810b30f80d0 # [win]
sha256: 90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c # [linux64]
sha256: 25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1 # [ppc64le]
sha256: 95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78 # [aarch64]
sha256: c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef # [win]

build:
number: 3
number: 0
binary_relocation: false
skip: true # [osx]

Expand Down Expand Up @@ -185,4 +185,4 @@ about:

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

0 comments on commit 3e4dc4f

Please sign in to comment.