Skip to content

Commit

Permalink
Update for CUDA12.6.0 (#14)
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 2, 2024
2 parents bdca641 + 2e9568f commit 2606685
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

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

1 change: 0 additions & 1 deletion .scripts/build_steps.sh

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.

4 changes: 2 additions & 2 deletions build-locally.py

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

28 changes: 14 additions & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "12.5.1" %}
{% set version = "12.6.0" %}

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

requirements:
run:
- cuda-cudart 12.5.82
- cuda-nvrtc 12.5.82
- cuda-opencl 12.5.39 # [linux64 or win]
- libcublas 12.5.3.2
- libcufft 11.2.3.61
- libcufile 1.10.1.7 # [linux]
- libcurand 10.3.6.82
- libcusolver 11.6.3.83
- libcusparse 12.5.1.3
- libnpp 12.3.0.159
- libnvfatbin 12.5.82
- libnvjitlink 12.5.82
- libnvjpeg 12.3.2.81
- cuda-cudart 12.6.37
- cuda-nvrtc 12.6.20
- cuda-opencl 12.6.37 # [linux64 or win]
- libcublas 12.6.0.22
- libcufft 11.2.6.28
- libcufile 1.11.0.15 # [linux]
- libcurand 10.3.7.37
- libcusolver 11.6.4.38
- libcusparse 12.5.2.23
- libnpp 12.3.1.23
- libnvfatbin 12.6.20
- libnvjitlink 12.6.20
- libnvjpeg 12.3.3.23

test:
commands:
Expand Down

0 comments on commit 2606685

Please sign in to comment.