Skip to content

Commit

Permalink
Merge pull request #13 from adibbley/cuda-12.5.0
Browse files Browse the repository at this point in the history
Update for CUDA12.5.0
  • Loading branch information
adibbley authored May 22, 2024
2 parents c3d96f4 + 3caed13 commit 952099a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 63 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -12,6 +8,3 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 0 additions & 7 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -16,6 +12,3 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
17 changes: 0 additions & 17 deletions .ci_support/linux_ppc64le_.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- vs
c_stdlib_version:
- '2019'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

7 changes: 0 additions & 7 deletions README.md

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

30 changes: 15 additions & 15 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "12.4.1" %}
{% set version = "12.5.0" %}

package:
name: cuda-libraries-static
Expand All @@ -9,23 +9,23 @@ source:
sha256: e2c71babfd18a8e69542dd7e9ca018f9caa438094001a58e6bc4d8c999bf0d07

build:
number: 1
skip: true # [osx]
number: 0
skip: true # [osx or ppc64le]

requirements:
run:
- cuda-cudart-static 12.4.127
- cuda-nvrtc-static 12.4.127
- libcublas-static 12.4.5.8 # [linux]
- libcufft-static 11.2.1.3 # [linux]
- libcufile-static 1.9.1.3 # [linux64 or aarch64]
- libcurand-static 10.3.5.147 # [linux]
- libcusolver-static 11.6.1.9 # [linux]
- libcusparse-static 12.3.1.170 # [linux]
- libnpp-static 12.2.5.30 # [linux]
- libnvfatbin-static 12.4.127
- libnvjitlink-static 12.4.127
- libnvjpeg-static 12.3.1.117 # [linux]
- cuda-cudart-static 12.5.39
- cuda-nvrtc-static 12.5.40
- libcublas-static 12.5.2.13 # [linux]
- libcufft-static 11.2.3.18 # [linux]
- libcufile-static 1.10.0.4 # [linux]
- libcurand-static 10.3.6.39 # [linux]
- libcusolver-static 11.6.2.40 # [linux]
- libcusparse-static 12.4.1.24 # [linux]
- libnpp-static 12.3.0.116 # [linux]
- libnvfatbin-static 12.5.39
- libnvjitlink-static 12.5.40
- libnvjpeg-static 12.3.2.38 # [linux]

test:
commands:
Expand Down

0 comments on commit 952099a

Please sign in to comment.