Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for CUDA12.5.1 #13

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

5 changes: 5 additions & 0 deletions .scripts/run_win_build.bat

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

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

requirements:
run:
- cuda-cudart-dev 12.5.39
- cuda-cudart-dev 12.5.82
- cuda-cccl 12.5.39
- cuda-profiler-api 12.5.39
- cuda-driver-dev 12.5.39 # [linux]
- cuda-nvrtc-dev 12.5.40
- cuda-driver-dev 12.5.82 # [linux]
- cuda-nvrtc-dev 12.5.82
- cuda-opencl-dev 12.5.39 # [linux64 or win]
- libcublas-dev 12.5.2.13
- libcufft-dev 11.2.3.18
- libcufile-dev 1.10.0.4 # [linux]
- libcurand-dev 10.3.6.39
- libcusolver-dev 11.6.2.40
- libcusparse-dev 12.4.1.24
- libnpp-dev 12.3.0.116
- libnvfatbin-dev 12.5.39
- libnvjitlink-dev 12.5.40
- libnvjpeg-dev 12.3.2.38
- libcublas-dev 12.5.3.2
- libcufft-dev 11.2.3.61
- libcufile-dev 1.10.1.7 # [linux]
- libcurand-dev 10.3.6.82
- libcusolver-dev 11.6.3.83
- libcusparse-dev 12.5.1.3
- libnpp-dev 12.3.0.159
- libnvfatbin-dev 12.5.82
- libnvjitlink-dev 12.5.82
- libnvjpeg-dev 12.3.2.81

test:
commands:
Expand Down