Skip to content

Commit

Permalink
Update for CUDA 12.4.1 (#18)
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 Apr 5, 2024
2 parents 06f371d + c0a5867 commit 6b589df
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -19,3 +23,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
6 changes: 6 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -25,3 +29,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
6 changes: 6 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -19,3 +23,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
2 changes: 2 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ VSYEAR:
- '2019'
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cuda-nvcc-impl" %}
{% set version = "12.4.99" %}
{% set version = "12.4.131" %}
{% set cuda_version = "12.4" %}
{% set cuda_version_next_major = (cuda_version.split(".")[0]|int + 1)|string + ".0a0" %}
{% set platform = "linux-x86_64" %} # [linux64]
Expand All @@ -19,16 +19,16 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/{{ platform }}/cuda_nvcc-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 9ec3199cb6e8ec2a3b3336bf120690e534aee8ab5ddc3ca51e0a01aad9494f48 # [linux64]
sha256: 3da7995480715fc30a3dd7bab698cd24e9a91418d9b9c1d4f2051f4302be0e46 # [ppc64le]
sha256: cc31691a8af2a5ae27576a4f20366f38f388c6182389fa162c8bc91a7d47aa0d # [aarch64]
sha256: 34f7d7e7843e3a95b35b1d697ea054765edccc73c6b31787a5b68d2261154d2c # [win]
sha256: 7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681 # [linux64]
sha256: 2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9 # [ppc64le]
sha256: 83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a # [aarch64]
sha256: 3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8 # [win]
patches:
- nvcc.profile.patch # [linux]
- nvcc.profile.patch.win # [win]

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

outputs:
Expand Down

0 comments on commit 6b589df

Please sign in to comment.