Skip to content

Commit

Permalink
Update for CUDA 12.3.2 (#8)
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 Jan 25, 2024
2 parents 9ad4707 + 3b1f30f commit 2926375
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 21 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

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

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.2.2" %}
{% set version = "12.3.2" %}

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

requirements:
run:
- cuda-cudart 12.2.140
- cuda-nvrtc 12.2.140
- cuda-opencl 12.2.140 # [linux64 or win]
- libcublas 12.2.5.6
- libcufft 11.0.8.103
- libcufile 1.7.2.10 # [linux64 or aarch64]
- libcurand 10.3.3.141
- libcusolver 11.5.2.141
- libcusparse 12.1.2.141
- libnpp 12.2.1.4
- libnvjitlink 12.2.140
- libnvjpeg 12.2.2.4
- cuda-cudart 12.3.101
- cuda-nvrtc 12.3.107
- cuda-opencl 12.3.101 # [linux64 or win]
- libcublas 12.3.4.1
- libcufft 11.0.12.1
- libcufile 1.8.1.2 # [linux64 or aarch64]
- libcurand 10.3.4.107
- libcusolver 11.5.4.101
- libcusparse 12.2.0.103
- libnpp 12.2.3.2
- libnvjitlink 12.3.101
- libnvjpeg 12.3.0.81

test:
commands:
Expand Down

0 comments on commit 2926375

Please sign in to comment.